Shades of Conifer #B8EC4B
Tints of Conifer #B8EC4B
RGB
CMYK
RGB Variations
Color information
#B8EC4B (or 0xB8EC4B) is known color: Conifer. HEX triplet: B8, EC and 4B. RGB value is (184,236,75). Sum of RGB (Red+Green+Blue) = 184+236+75=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #B8EC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8EC4B is #4713B4. Grayscale: #CACACA. Windows color (decimal): -4658101 or 4975800. OLE color: 4975800.
HSL color Cylindrical-coordinate representation of color #B8EC4B: hue angle of 79.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8EC4B is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 75 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.07 |
| HSL | 79.38º | 0.81% | 0.61% | - |
| HSV(B) | 79.38º | 0.68% | 0.93% | - |
| XYZ | 51.03 | 70.69 | 17.61 | - |
| YUV | 202.1 | 56.27 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 75 | 0.22 | 0 | 0.68 | 0.07 | 79.38 | 0.81 | 0.61 |
| Hex | B8 | EC | 4B | 16 | 0 | 44 | 7 | 4F | 51 | 3D |
| Octal | 270 | 354 | 113 | 26 | 0 | 104 | 7 | 117 | 121 | 75 |
| Binary | 10111000 | 11101100 | 1001011 | 10110 | 0 | 1000100 | 111 | 1001111 | 1010001 | 111101 |
Color Harmonies of #B8EC4B
Complementary color
Monochromatic Colors of #B8EC4B
Black with #B8EC4B
Text Example
Text Example
White with #B8EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EC4B; }
p { color: rgb(184,236,75); }
H1.HeaderClassName
{
color: #B8EC4B;
}
.AnyTagClassName
{
color: #B8EC4B;
}
</style>
background-color css
<style>
a { background-color: #B8EC4B; }
a { background-color: rgb(184,236,75); }
div.DivClassName
{
background-color: #B8EC4B;
}
.BgClassName
{
background-color: #B8EC4B;
}
</style>
border-color css
<style>
span { border-color: #B8EC4B; }
span { border-color: rgb(184,236,75); }
td.TdClassName
{
border-color: #B8EC4B;
}
.TagClassName
{
border-color: #B8EC4B;
}
</style>