#B3DD4F

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

Shades of Conifer #B3DD4F

Tints of Conifer #B3DD4F

Color information

#B3DD4F (or 0xB3DD4F) is unknown color: approx Conifer. HEX triplet: B3, DD and 4F. RGB value is (179,221,79). Sum of RGB (Red+Green+Blue) = 179+221+79=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DD4F is #4C22B0. Grayscale: #C0C0C0. Windows color (decimal): -4989617 or 5234099. OLE color: 5234099.

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

Color convert

RGB17922179-
CMYK0.1900.640.13
HSL77.75º67.62%58.82%-
HSV(B)77.75º64.25%86.67%-
XYZ45.8661.8616.92-
YUV192.2564.09118.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 221 (86.72% from 255) = 46.14%
BLUE value IS 79 (31.25% from 255) = 16.49%
R=37.37%
G=46.14%
B=16.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179221790.1900.640.1377.7567.6258.82
HexB3DD4F13040D4e443b
Octal2633351172301001511610473
Binary101100111101110110011111001101000000110110011101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD4F; }

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

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

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

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

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

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

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

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