Shades of Conifer #B5E446
Tints of Conifer #B5E446
RGB
CMYK
RGB Variations
Color information
#B5E446 (or 0xB5E446) is known color: Conifer. HEX triplet: B5, E4 and 46. RGB value is (181,228,70). Sum of RGB (Red+Green+Blue) = 181+228+70=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E446 is #4A1BB9. Grayscale: #C4C4C4. Windows color (decimal): -4856762 or 4646069. OLE color: 4646069.
HSL color Cylindrical-coordinate representation of color #B5E446: hue angle of 77.85º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5E446 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 70 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.11 |
| HSL | 77.85º | 0.75% | 0.58% | - |
| HSV(B) | 77.85º | 0.69% | 0.89% | - |
| XYZ | 47.9 | 65.75 | 15.96 | - |
| YUV | 195.94 | 56.93 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 70 | 0.21 | 0 | 0.69 | 0.11 | 77.85 | 0.75 | 0.58 |
| Hex | B5 | E4 | 46 | 15 | 0 | 45 | B | 4E | 4B | 3A |
| Octal | 265 | 344 | 106 | 25 | 0 | 105 | 13 | 116 | 113 | 72 |
| Binary | 10110101 | 11100100 | 1000110 | 10101 | 0 | 1000101 | 1011 | 1001110 | 1001011 | 111010 |
Color Harmonies of #B5E446
Complementary color
Monochromatic Colors of #B5E446
Black with #B5E446
Text Example
Text Example
White with #B5E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E446; }
p { color: rgb(181,228,70); }
H1.HeaderClassName
{
color: #B5E446;
}
.AnyTagClassName
{
color: #B5E446;
}
</style>
background-color css
<style>
a { background-color: #B5E446; }
a { background-color: rgb(181,228,70); }
div.DivClassName
{
background-color: #B5E446;
}
.BgClassName
{
background-color: #B5E446;
}
</style>
border-color css
<style>
span { border-color: #B5E446; }
span { border-color: rgb(181,228,70); }
td.TdClassName
{
border-color: #B5E446;
}
.TagClassName
{
border-color: #B5E446;
}
</style>