Shades of Conifer #B0DE60
Tints of Conifer #B0DE60
RGB
CMYK
RGB Variations
Color information
#B0DE60 (or 0xB0DE60) is known color: Conifer. HEX triplet: B0, DE and 60. RGB value is (176,222,96). Sum of RGB (Red+Green+Blue) = 176+222+96=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DE60 is #4F219F. Grayscale: #C2C2C2. Windows color (decimal): -5185952 or 6348464. OLE color: 6348464.
HSL color Cylindrical-coordinate representation of color #B0DE60: hue angle of 81.9º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0DE60 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 96 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.13 |
| HSL | 81.9º | 0.66% | 0.62% | - |
| HSV(B) | 81.9º | 0.57% | 0.87% | - |
| XYZ | 46.14 | 62.32 | 20.66 | - |
| YUV | 193.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 96 | 0.21 | 0 | 0.57 | 0.13 | 81.9 | 0.66 | 0.62 |
| Hex | B0 | DE | 60 | 15 | 0 | 39 | D | 52 | 42 | 3E |
| Octal | 260 | 336 | 140 | 25 | 0 | 71 | 15 | 122 | 102 | 76 |
| Binary | 10110000 | 11011110 | 1100000 | 10101 | 0 | 111001 | 1101 | 1010010 | 1000010 | 111110 |
Color Harmonies of #B0DE60
Complementary color
Monochromatic Colors of #B0DE60
Black with #B0DE60
Text Example
Text Example
White with #B0DE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DE60; }
p { color: rgb(176,222,96); }
H1.HeaderClassName
{
color: #B0DE60;
}
.AnyTagClassName
{
color: #B0DE60;
}
</style>
background-color css
<style>
a { background-color: #B0DE60; }
a { background-color: rgb(176,222,96); }
div.DivClassName
{
background-color: #B0DE60;
}
.BgClassName
{
background-color: #B0DE60;
}
</style>
border-color css
<style>
span { border-color: #B0DE60; }
span { border-color: rgb(176,222,96); }
td.TdClassName
{
border-color: #B0DE60;
}
.TagClassName
{
border-color: #B0DE60;
}
</style>