#B2DF4F

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

Shades of Conifer #B2DF4F

Tints of Conifer #B2DF4F

Color information

#B2DF4F (or 0xB2DF4F) is unknown color: approx Conifer. HEX triplet: B2, DF and 4F. RGB value is (178,223,79). Sum of RGB (Red+Green+Blue) = 178+223+79=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF4F is #4D20B0. Grayscale: #C1C1C1. Windows color (decimal): -5054641 or 5234610. OLE color: 5234610.

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

Color convert

RGB17822379-
CMYK0.2000.650.13
HSL78.75º69.23%59.22%-
HSV(B)78.75º64.57%87.45%-
XYZ46.1662.817.09-
YUV193.1363.59117.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 223 (87.5% from 255) = 46.46%
BLUE value IS 79 (31.25% from 255) = 16.46%
R=37.08%
G=46.46%
B=16.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178223790.2000.650.1378.7569.2359.22
HexB2DF4F14041D4f453b
Octal2623371172401011511710573
Binary101100101101111110011111010001000001110110011111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DF4F; }

 p { color: rgb(178,223,79); }

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

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

 a { background-color: rgb(178,223,79); }

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

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

 span { border-color: rgb(178,223,79); }

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