Shades of Conifer #B8DE6C
Tints of Conifer #B8DE6C
RGB
CMYK
RGB Variations
Color information
#B8DE6C (or 0xB8DE6C) is known color: Conifer. HEX triplet: B8, DE and 6C. RGB value is (184,222,108). Sum of RGB (Red+Green+Blue) = 184+222+108=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DE6C is #472193. Grayscale: #C6C6C6. Windows color (decimal): -4661652 or 7134904. OLE color: 7134904.
HSL color Cylindrical-coordinate representation of color #B8DE6C: hue angle of 80º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8DE6C is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 108 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.13 |
| HSL | 80º | 0.63% | 0.65% | - |
| HSV(B) | 80º | 0.51% | 0.87% | - |
| XYZ | 48.6 | 63.52 | 23.89 | - |
| YUV | 197.64 | 77.41 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 108 | 0.17 | 0 | 0.51 | 0.13 | 80 | 0.63 | 0.65 |
| Hex | B8 | DE | 6C | 11 | 0 | 33 | D | 50 | 3F | 41 |
| Octal | 270 | 336 | 154 | 21 | 0 | 63 | 15 | 120 | 77 | 101 |
| Binary | 10111000 | 11011110 | 1101100 | 10001 | 0 | 110011 | 1101 | 1010000 | 111111 | 1000001 |
Color Harmonies of #B8DE6C
Complementary color
Monochromatic Colors of #B8DE6C
Black with #B8DE6C
Text Example
Text Example
White with #B8DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DE6C; }
p { color: rgb(184,222,108); }
H1.HeaderClassName
{
color: #B8DE6C;
}
.AnyTagClassName
{
color: #B8DE6C;
}
</style>
background-color css
<style>
a { background-color: #B8DE6C; }
a { background-color: rgb(184,222,108); }
div.DivClassName
{
background-color: #B8DE6C;
}
.BgClassName
{
background-color: #B8DE6C;
}
</style>
border-color css
<style>
span { border-color: #B8DE6C; }
span { border-color: rgb(184,222,108); }
td.TdClassName
{
border-color: #B8DE6C;
}
.TagClassName
{
border-color: #B8DE6C;
}
</style>