Shades of Conifer #B8E75F
Tints of Conifer #B8E75F
RGB
CMYK
RGB Variations
Color information
#B8E75F (or 0xB8E75F) is known color: Conifer. HEX triplet: B8, E7 and 5F. RGB value is (184,231,95). Sum of RGB (Red+Green+Blue) = 184+231+95=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #B8E75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8E75F is #4718A0. Grayscale: #C9C9C9. Windows color (decimal): -4659361 or 6285240. OLE color: 6285240.
HSL color Cylindrical-coordinate representation of color #B8E75F: hue angle of 80.74º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8E75F is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 231 | 95 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.09 |
| HSL | 80.74º | 0.74% | 0.64% | - |
| HSV(B) | 80.74º | 0.59% | 0.91% | - |
| XYZ | 50.41 | 68.17 | 21.33 | - |
| YUV | 201.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 231 | 95 | 0.20 | 0 | 0.59 | 0.09 | 80.74 | 0.74 | 0.64 |
| Hex | B8 | E7 | 5F | 14 | 0 | 3B | 9 | 51 | 4A | 40 |
| Octal | 270 | 347 | 137 | 24 | 0 | 73 | 11 | 121 | 112 | 100 |
| Binary | 10111000 | 11100111 | 1011111 | 10100 | 0 | 111011 | 1001 | 1010001 | 1001010 | 1000000 |
Color Harmonies of #B8E75F
Complementary color
Monochromatic Colors of #B8E75F
Black with #B8E75F
Text Example
Text Example
White with #B8E75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E75F; }
p { color: rgb(184,231,95); }
H1.HeaderClassName
{
color: #B8E75F;
}
.AnyTagClassName
{
color: #B8E75F;
}
</style>
background-color css
<style>
a { background-color: #B8E75F; }
a { background-color: rgb(184,231,95); }
div.DivClassName
{
background-color: #B8E75F;
}
.BgClassName
{
background-color: #B8E75F;
}
</style>
border-color css
<style>
span { border-color: #B8E75F; }
span { border-color: rgb(184,231,95); }
td.TdClassName
{
border-color: #B8E75F;
}
.TagClassName
{
border-color: #B8E75F;
}
</style>