Shades of Conifer #B8DE60
Tints of Conifer #B8DE60
RGB
CMYK
RGB Variations
Color information
#B8DE60 (or 0xB8DE60) is known color: Conifer. HEX triplet: B8, DE and 60. RGB value is (184,222,96). Sum of RGB (Red+Green+Blue) = 184+222+96=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DE60 is #47219F. Grayscale: #C4C4C4. Windows color (decimal): -4661664 or 6348472. OLE color: 6348472.
HSL color Cylindrical-coordinate representation of color #B8DE60: hue angle of 78.1º 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 #B8DE60 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 96 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.13 |
| HSL | 78.1º | 0.66% | 0.62% | - |
| HSV(B) | 78.1º | 0.57% | 0.87% | - |
| XYZ | 48 | 63.28 | 20.75 | - |
| YUV | 196.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 96 | 0.17 | 0 | 0.57 | 0.13 | 78.1 | 0.66 | 0.62 |
| Hex | B8 | DE | 60 | 11 | 0 | 39 | D | 4E | 42 | 3E |
| Octal | 270 | 336 | 140 | 21 | 0 | 71 | 15 | 116 | 102 | 76 |
| Binary | 10111000 | 11011110 | 1100000 | 10001 | 0 | 111001 | 1101 | 1001110 | 1000010 | 111110 |
Color Harmonies of #B8DE60
Complementary color
Monochromatic Colors of #B8DE60
Black with #B8DE60
Text Example
Text Example
White with #B8DE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DE60; }
p { color: rgb(184,222,96); }
H1.HeaderClassName
{
color: #B8DE60;
}
.AnyTagClassName
{
color: #B8DE60;
}
</style>
background-color css
<style>
a { background-color: #B8DE60; }
a { background-color: rgb(184,222,96); }
div.DivClassName
{
background-color: #B8DE60;
}
.BgClassName
{
background-color: #B8DE60;
}
</style>
border-color css
<style>
span { border-color: #B8DE60; }
span { border-color: rgb(184,222,96); }
td.TdClassName
{
border-color: #B8DE60;
}
.TagClassName
{
border-color: #B8DE60;
}
</style>