Shades of Conifer #B5E449
Tints of Conifer #B5E449
RGB
CMYK
RGB Variations
Color information
#B5E449 (or 0xB5E449) is known color: Conifer. HEX triplet: B5, E4 and 49. RGB value is (181,228,73). Sum of RGB (Red+Green+Blue) = 181+228+73=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E449 is #4A1BB6. Grayscale: #C4C4C4. Windows color (decimal): -4856759 or 4842677. OLE color: 4842677.
HSL color Cylindrical-coordinate representation of color #B5E449: hue angle of 78.19º 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 #B5E449 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 228 | 73 | - |
CMYK | 0.21 | 0 | 0.68 | 0.11 |
HSL | 78.19º | 0.74% | 0.59% | - |
HSV(B) | 78.19º | 0.68% | 0.89% | - |
XYZ | 48 | 65.79 | 16.47 | - |
YUV | 196.28 | 58.43 | 117.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 228 | 73 | 0.21 | 0 | 0.68 | 0.11 | 78.19 | 0.74 | 0.59 |
Hex | B5 | E4 | 49 | 15 | 0 | 44 | B | 4E | 4A | 3B |
Octal | 265 | 344 | 111 | 25 | 0 | 104 | 13 | 116 | 112 | 73 |
Binary | 10110101 | 11100100 | 1001001 | 10101 | 0 | 1000100 | 1011 | 1001110 | 1001010 | 111011 |
Color Harmonies of #B5E449
Complementary color
Monochromatic Colors of #B5E449
Black with #B5E449
Text Example
Text Example
White with #B5E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E449; }
p { color: rgb(181,228,73); }
H1.HeaderClassName
{
color: #B5E449;
}
.AnyTagClassName
{
color: #B5E449;
}
</style>
background-color css
<style>
a { background-color: #B5E449; }
a { background-color: rgb(181,228,73); }
div.DivClassName
{
background-color: #B5E449;
}
.BgClassName
{
background-color: #B5E449;
}
</style>
border-color css
<style>
span { border-color: #B5E449; }
span { border-color: rgb(181,228,73); }
td.TdClassName
{
border-color: #B5E449;
}
.TagClassName
{
border-color: #B5E449;
}
</style>