Shades of Conifer #B0EE5E
Tints of Conifer #B0EE5E
RGB
CMYK
RGB Variations
Color information
#B0EE5E (or 0xB0EE5E) is known color: Conifer. HEX triplet: B0, EE and 5E. RGB value is (176,238,94). Sum of RGB (Red+Green+Blue) = 176+238+94=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EE5E is #4F11A1. Grayscale: #CBCBCB. Windows color (decimal): -5181858 or 6221488. OLE color: 6221488.
HSL color Cylindrical-coordinate representation of color #B0EE5E: hue angle of 85.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0EE5E is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 94 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.07 |
| HSL | 85.83º | 0.81% | 0.65% | - |
| HSV(B) | 85.83º | 0.61% | 0.93% | - |
| XYZ | 50.5 | 71.19 | 21.67 | - |
| YUV | 203.05 | 66.46 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 94 | 0.26 | 0 | 0.61 | 0.07 | 85.83 | 0.81 | 0.65 |
| Hex | B0 | EE | 5E | 1A | 0 | 3D | 7 | 56 | 51 | 41 |
| Octal | 260 | 356 | 136 | 32 | 0 | 75 | 7 | 126 | 121 | 101 |
| Binary | 10110000 | 11101110 | 1011110 | 11010 | 0 | 111101 | 111 | 1010110 | 1010001 | 1000001 |
Color Harmonies of #B0EE5E
Complementary color
Monochromatic Colors of #B0EE5E
Black with #B0EE5E
Text Example
Text Example
White with #B0EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EE5E; }
p { color: rgb(176,238,94); }
H1.HeaderClassName
{
color: #B0EE5E;
}
.AnyTagClassName
{
color: #B0EE5E;
}
</style>
background-color css
<style>
a { background-color: #B0EE5E; }
a { background-color: rgb(176,238,94); }
div.DivClassName
{
background-color: #B0EE5E;
}
.BgClassName
{
background-color: #B0EE5E;
}
</style>
border-color css
<style>
span { border-color: #B0EE5E; }
span { border-color: rgb(176,238,94); }
td.TdClassName
{
border-color: #B0EE5E;
}
.TagClassName
{
border-color: #B0EE5E;
}
</style>