Shades of Conifer #B0E540
Tints of Conifer #B0E540
RGB
CMYK
RGB Variations
Color information
#B0E540 (or 0xB0E540) is known color: Conifer. HEX triplet: B0, E5 and 40. RGB value is (176,229,64). Sum of RGB (Red+Green+Blue) = 176+229+64=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E540 is #4F1ABF. Grayscale: #C2C2C2. Windows color (decimal): -5184192 or 4253104. OLE color: 4253104.
HSL color Cylindrical-coordinate representation of color #B0E540: hue angle of 79.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0E540 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 64 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.10 |
| HSL | 79.27º | 0.76% | 0.57% | - |
| HSV(B) | 79.27º | 0.72% | 0.9% | - |
| XYZ | 46.85 | 65.64 | 15.05 | - |
| YUV | 194.34 | 54.44 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 64 | 0.23 | 0 | 0.72 | 0.10 | 79.27 | 0.76 | 0.57 |
| Hex | B0 | E5 | 40 | 17 | 0 | 48 | A | 4F | 4C | 39 |
| Octal | 260 | 345 | 100 | 27 | 0 | 110 | 12 | 117 | 114 | 71 |
| Binary | 10110000 | 11100101 | 1000000 | 10111 | 0 | 1001000 | 1010 | 1001111 | 1001100 | 111001 |
Color Harmonies of #B0E540
Complementary color
Monochromatic Colors of #B0E540
Black with #B0E540
Text Example
Text Example
White with #B0E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E540; }
p { color: rgb(176,229,64); }
H1.HeaderClassName
{
color: #B0E540;
}
.AnyTagClassName
{
color: #B0E540;
}
</style>
background-color css
<style>
a { background-color: #B0E540; }
a { background-color: rgb(176,229,64); }
div.DivClassName
{
background-color: #B0E540;
}
.BgClassName
{
background-color: #B0E540;
}
</style>
border-color css
<style>
span { border-color: #B0E540; }
span { border-color: rgb(176,229,64); }
td.TdClassName
{
border-color: #B0E540;
}
.TagClassName
{
border-color: #B0E540;
}
</style>