Shades of Conifer #B0E043
Tints of Conifer #B0E043
RGB
CMYK
RGB Variations
Color information
#B0E043 (or 0xB0E043) is known color: Conifer. HEX triplet: B0, E0 and 43. RGB value is (176,224,67). Sum of RGB (Red+Green+Blue) = 176+224+67=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E043 is #4F1FBC. Grayscale: #C0C0C0. Windows color (decimal): -5185469 or 4448432. OLE color: 4448432.
HSL color Cylindrical-coordinate representation of color #B0E043: hue angle of 78.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0E043 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 67 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.12 |
| HSL | 78.34º | 0.72% | 0.57% | - |
| HSV(B) | 78.34º | 0.7% | 0.88% | - |
| XYZ | 45.57 | 62.95 | 15.06 | - |
| YUV | 191.75 | 57.6 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 67 | 0.21 | 0 | 0.70 | 0.12 | 78.34 | 0.72 | 0.57 |
| Hex | B0 | E0 | 43 | 15 | 0 | 46 | C | 4E | 48 | 39 |
| Octal | 260 | 340 | 103 | 25 | 0 | 106 | 14 | 116 | 110 | 71 |
| Binary | 10110000 | 11100000 | 1000011 | 10101 | 0 | 1000110 | 1100 | 1001110 | 1001000 | 111001 |
Color Harmonies of #B0E043
Complementary color
Monochromatic Colors of #B0E043
Black with #B0E043
Text Example
Text Example
White with #B0E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E043; }
p { color: rgb(176,224,67); }
H1.HeaderClassName
{
color: #B0E043;
}
.AnyTagClassName
{
color: #B0E043;
}
</style>
background-color css
<style>
a { background-color: #B0E043; }
a { background-color: rgb(176,224,67); }
div.DivClassName
{
background-color: #B0E043;
}
.BgClassName
{
background-color: #B0E043;
}
</style>
border-color css
<style>
span { border-color: #B0E043; }
span { border-color: rgb(176,224,67); }
td.TdClassName
{
border-color: #B0E043;
}
.TagClassName
{
border-color: #B0E043;
}
</style>