Shades of Conifer #B5E549
Tints of Conifer #B5E549
RGB
CMYK
RGB Variations
Color information
#B5E549 (or 0xB5E549) is known color: Conifer. HEX triplet: B5, E5 and 49. RGB value is (181,229,73). Sum of RGB (Red+Green+Blue) = 181+229+73=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E549 is #4A1AB6. Grayscale: #C5C5C5. Windows color (decimal): -4856503 or 4842933. OLE color: 4842933.
HSL color Cylindrical-coordinate representation of color #B5E549: hue angle of 78.46º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5E549 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 229 | 73 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.10 |
| HSL | 78.46º | 0.75% | 0.59% | - |
| HSV(B) | 78.46º | 0.68% | 0.9% | - |
| XYZ | 48.28 | 66.34 | 16.56 | - |
| YUV | 196.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 229 | 73 | 0.21 | 0 | 0.68 | 0.10 | 78.46 | 0.75 | 0.59 |
| Hex | B5 | E5 | 49 | 15 | 0 | 44 | A | 4E | 4B | 3B |
| Octal | 265 | 345 | 111 | 25 | 0 | 104 | 12 | 116 | 113 | 73 |
| Binary | 10110101 | 11100101 | 1001001 | 10101 | 0 | 1000100 | 1010 | 1001110 | 1001011 | 111011 |
Color Harmonies of #B5E549
Complementary color
Monochromatic Colors of #B5E549
Black with #B5E549
Text Example
Text Example
White with #B5E549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E549; }
p { color: rgb(181,229,73); }
H1.HeaderClassName
{
color: #B5E549;
}
.AnyTagClassName
{
color: #B5E549;
}
</style>
background-color css
<style>
a { background-color: #B5E549; }
a { background-color: rgb(181,229,73); }
div.DivClassName
{
background-color: #B5E549;
}
.BgClassName
{
background-color: #B5E549;
}
</style>
border-color css
<style>
span { border-color: #B5E549; }
span { border-color: rgb(181,229,73); }
td.TdClassName
{
border-color: #B5E549;
}
.TagClassName
{
border-color: #B5E549;
}
</style>