Shades of Conifer #B0E45B
Tints of Conifer #B0E45B
RGB
CMYK
RGB Variations
Color information
#B0E45B (or 0xB0E45B) is known color: Conifer. HEX triplet: B0, E4 and 5B. RGB value is (176,228,91). Sum of RGB (Red+Green+Blue) = 176+228+91=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E45B is #4F1BA4. Grayscale: #C5C5C5. Windows color (decimal): -5184421 or 6022320. OLE color: 6022320.
HSL color Cylindrical-coordinate representation of color #B0E45B: hue angle of 82.77º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0E45B is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 91 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.11 |
| HSL | 82.77º | 0.72% | 0.63% | - |
| HSV(B) | 82.77º | 0.6% | 0.89% | - |
| XYZ | 47.54 | 65.47 | 20.03 | - |
| YUV | 196.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 91 | 0.23 | 0 | 0.60 | 0.11 | 82.77 | 0.72 | 0.63 |
| Hex | B0 | E4 | 5B | 17 | 0 | 3C | B | 53 | 48 | 3F |
| Octal | 260 | 344 | 133 | 27 | 0 | 74 | 13 | 123 | 110 | 77 |
| Binary | 10110000 | 11100100 | 1011011 | 10111 | 0 | 111100 | 1011 | 1010011 | 1001000 | 111111 |
Color Harmonies of #B0E45B
Complementary color
Monochromatic Colors of #B0E45B
Black with #B0E45B
Text Example
Text Example
White with #B0E45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E45B; }
p { color: rgb(176,228,91); }
H1.HeaderClassName
{
color: #B0E45B;
}
.AnyTagClassName
{
color: #B0E45B;
}
</style>
background-color css
<style>
a { background-color: #B0E45B; }
a { background-color: rgb(176,228,91); }
div.DivClassName
{
background-color: #B0E45B;
}
.BgClassName
{
background-color: #B0E45B;
}
</style>
border-color css
<style>
span { border-color: #B0E45B; }
span { border-color: rgb(176,228,91); }
td.TdClassName
{
border-color: #B0E45B;
}
.TagClassName
{
border-color: #B0E45B;
}
</style>