Shades of Conifer #B8E065
Tints of Conifer #B8E065
RGB
CMYK
RGB Variations
Color information
#B8E065 (or 0xB8E065) is known color: Conifer. HEX triplet: B8, E0 and 65. RGB value is (184,224,101). Sum of RGB (Red+Green+Blue) = 184+224+101=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E065 is #471F9A. Grayscale: #C6C6C6. Windows color (decimal): -4661147 or 6676664. OLE color: 6676664.
HSL color Cylindrical-coordinate representation of color #B8E065: hue angle of 79.51º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8E065 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 224 | 101 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.12 |
| HSL | 79.51º | 0.66% | 0.64% | - |
| HSV(B) | 79.51º | 0.55% | 0.88% | - |
| XYZ | 48.77 | 64.44 | 22.18 | - |
| YUV | 198.02 | 73.25 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 101 | 0.18 | 0 | 0.55 | 0.12 | 79.51 | 0.66 | 0.64 |
| Hex | B8 | E0 | 65 | 12 | 0 | 37 | C | 50 | 42 | 40 |
| Octal | 270 | 340 | 145 | 22 | 0 | 67 | 14 | 120 | 102 | 100 |
| Binary | 10111000 | 11100000 | 1100101 | 10010 | 0 | 110111 | 1100 | 1010000 | 1000010 | 1000000 |
Color Harmonies of #B8E065
Complementary color
Monochromatic Colors of #B8E065
Black with #B8E065
Text Example
Text Example
White with #B8E065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E065; }
p { color: rgb(184,224,101); }
H1.HeaderClassName
{
color: #B8E065;
}
.AnyTagClassName
{
color: #B8E065;
}
</style>
background-color css
<style>
a { background-color: #B8E065; }
a { background-color: rgb(184,224,101); }
div.DivClassName
{
background-color: #B8E065;
}
.BgClassName
{
background-color: #B8E065;
}
</style>
border-color css
<style>
span { border-color: #B8E065; }
span { border-color: rgb(184,224,101); }
td.TdClassName
{
border-color: #B8E065;
}
.TagClassName
{
border-color: #B8E065;
}
</style>