Shades of Conifer #B5E44A
Tints of Conifer #B5E44A
RGB
CMYK
RGB Variations
Color information
#B5E44A (or 0xB5E44A) is known color: Conifer. HEX triplet: B5, E4 and 4A. RGB value is (181,228,74). Sum of RGB (Red+Green+Blue) = 181+228+74=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E44A is #4A1BB5. Grayscale: #C4C4C4. Windows color (decimal): -4856758 or 4908213. OLE color: 4908213.
HSL color Cylindrical-coordinate representation of color #B5E44A: hue angle of 78.31º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5E44A is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 74 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.11 |
| HSL | 78.31º | 0.74% | 0.59% | - |
| HSV(B) | 78.31º | 0.68% | 0.89% | - |
| XYZ | 48.04 | 65.8 | 16.65 | - |
| YUV | 196.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 74 | 0.21 | 0 | 0.68 | 0.11 | 78.31 | 0.74 | 0.59 |
| Hex | B5 | E4 | 4A | 15 | 0 | 44 | B | 4E | 4A | 3B |
| Octal | 265 | 344 | 112 | 25 | 0 | 104 | 13 | 116 | 112 | 73 |
| Binary | 10110101 | 11100100 | 1001010 | 10101 | 0 | 1000100 | 1011 | 1001110 | 1001010 | 111011 |
Color Harmonies of #B5E44A
Complementary color
Monochromatic Colors of #B5E44A
Black with #B5E44A
Text Example
Text Example
White with #B5E44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E44A; }
p { color: rgb(181,228,74); }
H1.HeaderClassName
{
color: #B5E44A;
}
.AnyTagClassName
{
color: #B5E44A;
}
</style>
background-color css
<style>
a { background-color: #B5E44A; }
a { background-color: rgb(181,228,74); }
div.DivClassName
{
background-color: #B5E44A;
}
.BgClassName
{
background-color: #B5E44A;
}
</style>
border-color css
<style>
span { border-color: #B5E44A; }
span { border-color: rgb(181,228,74); }
td.TdClassName
{
border-color: #B5E44A;
}
.TagClassName
{
border-color: #B5E44A;
}
</style>