Shades of Conifer #B8DF62
Tints of Conifer #B8DF62
RGB
CMYK
RGB Variations
Color information
#B8DF62 (or 0xB8DF62) is known color: Conifer. HEX triplet: B8, DF and 62. RGB value is (184,223,98). Sum of RGB (Red+Green+Blue) = 184+223+98=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DF62 is #47209D. Grayscale: #C5C5C5. Windows color (decimal): -4661406 or 6479800. OLE color: 6479800.
HSL color Cylindrical-coordinate representation of color #B8DF62: hue angle of 78.72º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8DF62 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 98 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.13 |
| HSL | 78.72º | 0.66% | 0.63% | - |
| HSV(B) | 78.72º | 0.56% | 0.87% | - |
| XYZ | 48.36 | 63.85 | 21.33 | - |
| YUV | 197.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 98 | 0.17 | 0 | 0.56 | 0.13 | 78.72 | 0.66 | 0.63 |
| Hex | B8 | DF | 62 | 11 | 0 | 38 | D | 4F | 42 | 3F |
| Octal | 270 | 337 | 142 | 21 | 0 | 70 | 15 | 117 | 102 | 77 |
| Binary | 10111000 | 11011111 | 1100010 | 10001 | 0 | 111000 | 1101 | 1001111 | 1000010 | 111111 |
Color Harmonies of #B8DF62
Complementary color
Monochromatic Colors of #B8DF62
Black with #B8DF62
Text Example
Text Example
White with #B8DF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF62; }
p { color: rgb(184,223,98); }
H1.HeaderClassName
{
color: #B8DF62;
}
.AnyTagClassName
{
color: #B8DF62;
}
</style>
background-color css
<style>
a { background-color: #B8DF62; }
a { background-color: rgb(184,223,98); }
div.DivClassName
{
background-color: #B8DF62;
}
.BgClassName
{
background-color: #B8DF62;
}
</style>
border-color css
<style>
span { border-color: #B8DF62; }
span { border-color: rgb(184,223,98); }
td.TdClassName
{
border-color: #B8DF62;
}
.TagClassName
{
border-color: #B8DF62;
}
</style>