Shades of Conifer #B2DC4F
Tints of Conifer #B2DC4F
RGB
CMYK
RGB Variations
Color information
#B2DC4F (or 0xB2DC4F) is known color: Conifer. HEX triplet: B2, DC and 4F. RGB value is (178,220,79). Sum of RGB (Red+Green+Blue) = 178+220+79=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC4F is #4D23B0. Grayscale: #BFBFBF. Windows color (decimal): -5055409 or 5233842. OLE color: 5233842.
HSL color Cylindrical-coordinate representation of color #B2DC4F: hue angle of 77.87º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2DC4F is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 79 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.14 |
| HSL | 77.87º | 0.67% | 0.59% | - |
| HSV(B) | 77.87º | 0.64% | 0.86% | - |
| XYZ | 45.36 | 61.22 | 16.82 | - |
| YUV | 191.37 | 64.59 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 79 | 0.19 | 0 | 0.64 | 0.14 | 77.87 | 0.67 | 0.59 |
| Hex | B2 | DC | 4F | 13 | 0 | 40 | E | 4E | 43 | 3B |
| Octal | 262 | 334 | 117 | 23 | 0 | 100 | 16 | 116 | 103 | 73 |
| Binary | 10110010 | 11011100 | 1001111 | 10011 | 0 | 1000000 | 1110 | 1001110 | 1000011 | 111011 |
Color Harmonies of #B2DC4F
Complementary color
Monochromatic Colors of #B2DC4F
Black with #B2DC4F
Text Example
Text Example
White with #B2DC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC4F; }
p { color: rgb(178,220,79); }
H1.HeaderClassName
{
color: #B2DC4F;
}
.AnyTagClassName
{
color: #B2DC4F;
}
</style>
background-color css
<style>
a { background-color: #B2DC4F; }
a { background-color: rgb(178,220,79); }
div.DivClassName
{
background-color: #B2DC4F;
}
.BgClassName
{
background-color: #B2DC4F;
}
</style>
border-color css
<style>
span { border-color: #B2DC4F; }
span { border-color: rgb(178,220,79); }
td.TdClassName
{
border-color: #B2DC4F;
}
.TagClassName
{
border-color: #B2DC4F;
}
</style>