Shades of Conifer #B0EE58
Tints of Conifer #B0EE58
RGB
CMYK
RGB Variations
Color information
#B0EE58 (or 0xB0EE58) is known color: Conifer. HEX triplet: B0, EE and 58. RGB value is (176,238,88). Sum of RGB (Red+Green+Blue) = 176+238+88=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EE58 is #4F11A7. Grayscale: #CACACA. Windows color (decimal): -5181864 or 5828272. OLE color: 5828272.
HSL color Cylindrical-coordinate representation of color #B0EE58: hue angle of 84.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0EE58 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 88 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.07 |
| HSL | 84.8º | 0.82% | 0.64% | - |
| HSV(B) | 84.8º | 0.63% | 0.93% | - |
| XYZ | 50.24 | 71.08 | 20.31 | - |
| YUV | 202.36 | 63.46 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 88 | 0.26 | 0 | 0.63 | 0.07 | 84.8 | 0.82 | 0.64 |
| Hex | B0 | EE | 58 | 1A | 0 | 3F | 7 | 55 | 52 | 40 |
| Octal | 260 | 356 | 130 | 32 | 0 | 77 | 7 | 125 | 122 | 100 |
| Binary | 10110000 | 11101110 | 1011000 | 11010 | 0 | 111111 | 111 | 1010101 | 1010010 | 1000000 |
Color Harmonies of #B0EE58
Complementary color
Monochromatic Colors of #B0EE58
Black with #B0EE58
Text Example
Text Example
White with #B0EE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EE58; }
p { color: rgb(176,238,88); }
H1.HeaderClassName
{
color: #B0EE58;
}
.AnyTagClassName
{
color: #B0EE58;
}
</style>
background-color css
<style>
a { background-color: #B0EE58; }
a { background-color: rgb(176,238,88); }
div.DivClassName
{
background-color: #B0EE58;
}
.BgClassName
{
background-color: #B0EE58;
}
</style>
border-color css
<style>
span { border-color: #B0EE58; }
span { border-color: rgb(176,238,88); }
td.TdClassName
{
border-color: #B0EE58;
}
.TagClassName
{
border-color: #B0EE58;
}
</style>