#B3DF52

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

Shades of Conifer #B3DF52

Tints of Conifer #B3DF52

Color information

#B3DF52 (or 0xB3DF52) is unknown color: approx Conifer. HEX triplet: B3, DF and 52. RGB value is (179,223,82). Sum of RGB (Red+Green+Blue) = 179+223+82=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DF52 is #4C20AD. Grayscale: #C2C2C2. Windows color (decimal): -4989102 or 5431219. OLE color: 5431219.

HSL color Cylindrical-coordinate representation of color #B3DF52: hue angle of 78.72º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3DF52 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB17922382-
CMYK0.2000.630.13
HSL78.72º68.78%59.8%-
HSV(B)78.72º63.23%87.45%-
XYZ46.562.9717.69-
YUV193.7764.92117.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 223 (87.5% from 255) = 46.07%
BLUE value IS 82 (32.42% from 255) = 16.94%
R=36.98%
G=46.07%
B=16.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179223820.2000.630.1378.7268.7859.8
HexB3DF521403FD4f453c
Octal263337122240771511710574
Binary10110011110111111010010101000111111110110011111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DF52; }

 p { color: rgb(179,223,82); }

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

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

 a { background-color: rgb(179,223,82); }

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

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

 span { border-color: rgb(179,223,82); }

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