Shades of Conifer #B0E55B
Tints of Conifer #B0E55B
RGB
CMYK
RGB Variations
Color information
#B0E55B (or 0xB0E55B) is known color: Conifer. HEX triplet: B0, E5 and 5B. RGB value is (176,229,91). Sum of RGB (Red+Green+Blue) = 176+229+91=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E55B is #4F1AA4. Grayscale: #C5C5C5. Windows color (decimal): -5184165 or 6022576. OLE color: 6022576.
HSL color Cylindrical-coordinate representation of color #B0E55B: hue angle of 83.04º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0E55B is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 91 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.10 |
| HSL | 83.04º | 0.73% | 0.63% | - |
| HSV(B) | 83.04º | 0.6% | 0.9% | - |
| XYZ | 47.81 | 66.02 | 20.12 | - |
| YUV | 197.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 91 | 0.23 | 0 | 0.60 | 0.10 | 83.04 | 0.73 | 0.63 |
| Hex | B0 | E5 | 5B | 17 | 0 | 3C | A | 53 | 49 | 3F |
| Octal | 260 | 345 | 133 | 27 | 0 | 74 | 12 | 123 | 111 | 77 |
| Binary | 10110000 | 11100101 | 1011011 | 10111 | 0 | 111100 | 1010 | 1010011 | 1001001 | 111111 |
Color Harmonies of #B0E55B
Complementary color
Monochromatic Colors of #B0E55B
Black with #B0E55B
Text Example
Text Example
White with #B0E55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E55B; }
p { color: rgb(176,229,91); }
H1.HeaderClassName
{
color: #B0E55B;
}
.AnyTagClassName
{
color: #B0E55B;
}
</style>
background-color css
<style>
a { background-color: #B0E55B; }
a { background-color: rgb(176,229,91); }
div.DivClassName
{
background-color: #B0E55B;
}
.BgClassName
{
background-color: #B0E55B;
}
</style>
border-color css
<style>
span { border-color: #B0E55B; }
span { border-color: rgb(176,229,91); }
td.TdClassName
{
border-color: #B0E55B;
}
.TagClassName
{
border-color: #B0E55B;
}
</style>