Shades of Conifer #B0E054
Tints of Conifer #B0E054
RGB
CMYK
RGB Variations
Color information
#B0E054 (or 0xB0E054) is known color: Conifer. HEX triplet: B0, E0 and 54. RGB value is (176,224,84). Sum of RGB (Red+Green+Blue) = 176+224+84=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E054 is #4F1FAB. Grayscale: #C2C2C2. Windows color (decimal): -5185452 or 5562544. OLE color: 5562544.
HSL color Cylindrical-coordinate representation of color #B0E054: hue angle of 80.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0E054 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 84 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.12 |
| HSL | 80.57º | 0.69% | 0.6% | - |
| HSV(B) | 80.57º | 0.63% | 0.88% | - |
| XYZ | 46.16 | 63.18 | 18.15 | - |
| YUV | 193.69 | 66.1 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 84 | 0.21 | 0 | 0.62 | 0.12 | 80.57 | 0.69 | 0.6 |
| Hex | B0 | E0 | 54 | 15 | 0 | 3E | C | 51 | 45 | 3C |
| Octal | 260 | 340 | 124 | 25 | 0 | 76 | 14 | 121 | 105 | 74 |
| Binary | 10110000 | 11100000 | 1010100 | 10101 | 0 | 111110 | 1100 | 1010001 | 1000101 | 111100 |
Color Harmonies of #B0E054
Complementary color
Monochromatic Colors of #B0E054
Black with #B0E054
Text Example
Text Example
White with #B0E054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E054; }
p { color: rgb(176,224,84); }
H1.HeaderClassName
{
color: #B0E054;
}
.AnyTagClassName
{
color: #B0E054;
}
</style>
background-color css
<style>
a { background-color: #B0E054; }
a { background-color: rgb(176,224,84); }
div.DivClassName
{
background-color: #B0E054;
}
.BgClassName
{
background-color: #B0E054;
}
</style>
border-color css
<style>
span { border-color: #B0E054; }
span { border-color: rgb(176,224,84); }
td.TdClassName
{
border-color: #B0E054;
}
.TagClassName
{
border-color: #B0E054;
}
</style>