Shades of Conifer #B5E548
Tints of Conifer #B5E548
RGB
CMYK
RGB Variations
Color information
#B5E548 (or 0xB5E548) is known color: Conifer. HEX triplet: B5, E5 and 48. RGB value is (181,229,72). Sum of RGB (Red+Green+Blue) = 181+229+72=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E548 is #4A1AB7. Grayscale: #C5C5C5. Windows color (decimal): -4856504 or 4777397. OLE color: 4777397.
HSL color Cylindrical-coordinate representation of color #B5E548: hue angle of 78.34º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5E548 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
RGB | 181 | 229 | 72 | - |
CMYK | 0.21 | 0 | 0.69 | 0.10 |
HSL | 78.34º | 0.75% | 0.59% | - |
HSV(B) | 78.34º | 0.69% | 0.9% | - |
XYZ | 48.25 | 66.33 | 16.39 | - |
YUV | 196.75 | 57.6 | 116.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 229 | 72 | 0.21 | 0 | 0.69 | 0.10 | 78.34 | 0.75 | 0.59 |
Hex | B5 | E5 | 48 | 15 | 0 | 45 | A | 4E | 4B | 3B |
Octal | 265 | 345 | 110 | 25 | 0 | 105 | 12 | 116 | 113 | 73 |
Binary | 10110101 | 11100101 | 1001000 | 10101 | 0 | 1000101 | 1010 | 1001110 | 1001011 | 111011 |
Color Harmonies of #B5E548
Complementary color
Monochromatic Colors of #B5E548
Black with #B5E548
Text Example
Text Example
White with #B5E548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E548; }
p { color: rgb(181,229,72); }
H1.HeaderClassName
{
color: #B5E548;
}
.AnyTagClassName
{
color: #B5E548;
}
</style>
background-color css
<style>
a { background-color: #B5E548; }
a { background-color: rgb(181,229,72); }
div.DivClassName
{
background-color: #B5E548;
}
.BgClassName
{
background-color: #B5E548;
}
</style>
border-color css
<style>
span { border-color: #B5E548; }
span { border-color: rgb(181,229,72); }
td.TdClassName
{
border-color: #B5E548;
}
.TagClassName
{
border-color: #B5E548;
}
</style>