Shades of Conifer #B2DB4F
Tints of Conifer #B2DB4F
RGB
CMYK
RGB Variations
Color information
#B2DB4F (or 0xB2DB4F) is known color: Conifer. HEX triplet: B2, DB and 4F. RGB value is (178,219,79). Sum of RGB (Red+Green+Blue) = 178+219+79=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB4F is #4D24B0. Grayscale: #BFBFBF. Windows color (decimal): -5055665 or 5233586. OLE color: 5233586.
HSL color Cylindrical-coordinate representation of color #B2DB4F: hue angle of 77.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2DB4F is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 79 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.14 |
| HSL | 77.57º | 0.66% | 0.58% | - |
| HSV(B) | 77.57º | 0.64% | 0.86% | - |
| XYZ | 45.1 | 60.69 | 16.73 | - |
| YUV | 190.78 | 64.92 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 79 | 0.19 | 0 | 0.64 | 0.14 | 77.57 | 0.66 | 0.58 |
| Hex | B2 | DB | 4F | 13 | 0 | 40 | E | 4E | 42 | 3A |
| Octal | 262 | 333 | 117 | 23 | 0 | 100 | 16 | 116 | 102 | 72 |
| Binary | 10110010 | 11011011 | 1001111 | 10011 | 0 | 1000000 | 1110 | 1001110 | 1000010 | 111010 |
Color Harmonies of #B2DB4F
Complementary color
Monochromatic Colors of #B2DB4F
Black with #B2DB4F
Text Example
Text Example
White with #B2DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB4F; }
p { color: rgb(178,219,79); }
H1.HeaderClassName
{
color: #B2DB4F;
}
.AnyTagClassName
{
color: #B2DB4F;
}
</style>
background-color css
<style>
a { background-color: #B2DB4F; }
a { background-color: rgb(178,219,79); }
div.DivClassName
{
background-color: #B2DB4F;
}
.BgClassName
{
background-color: #B2DB4F;
}
</style>
border-color css
<style>
span { border-color: #B2DB4F; }
span { border-color: rgb(178,219,79); }
td.TdClassName
{
border-color: #B2DB4F;
}
.TagClassName
{
border-color: #B2DB4F;
}
</style>