#b3dd3f

Color #B3DD3F Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B3DD3F

Tints of Conifer #B3DD3F

Color information

#B3DD3F (or 0xB3DD3F) is unknown color: approx Conifer. HEX triplet: B3, DD and 3F. RGB value is (179,221,63). Sum of RGB (Red+Green+Blue) = 179+221+63=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 63 (25% from 255 or 13.61% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DD3F is #4C22C0. Grayscale: #BFBFBF. Windows color (decimal): -4989633 or 4185523. OLE color: 4185523.

HSL color Cylindrical-coordinate representation of color #B3DD3F: hue angle of 75.95º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3DD3F is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB17922163-
CMYK0.1900.710.13
HSL75.95º69.91%55.69%-
HSV(B)75.95º71.49%86.67%-
XYZ45.3461.6614.21-
YUV190.4356.09119.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 221 (86.72% from 255) = 47.73%
BLUE value IS 63 (25% from 255) = 13.61%
R=38.66%
G=47.73%
B=13.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179221630.1900.710.1375.9569.9155.69
HexB3DD3F13047D4c4638
Octal263335772301071511410670
Binary10110011110111011111111001101000111110110011001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3dd3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3dd3f; }

 p { color: rgb(179,221,63); }

 H1.HeaderClassName
 {
   color: #b3dd3f;
 }
 .AnyTagClassName
 {
   color: #b3dd3f;
 }
</style>
background-color css

<style>
 a { background-color: #b3dd3f; }

 a { background-color: rgb(179,221,63); }

 div.DivClassName
 {
   background-color: #b3dd3f;
 }
 .BgClassName
 {
   background-color: #b3dd3f;
 }
</style>
border-color css

<style>
 span { border-color: #b3dd3f; }

 span { border-color: rgb(179,221,63); }

 td.TdClassName
 {
   border-color: #b3dd3f;
 }
 .TagClassName
 {
   border-color: #b3dd3f;
 }
</style>