Shades of Conifer #B5E55A
Tints of Conifer #B5E55A
RGB
CMYK
RGB Variations
Color information
#B5E55A (or 0xB5E55A) is known color: Conifer. HEX triplet: B5, E5 and 5A. RGB value is (181,229,90). Sum of RGB (Red+Green+Blue) = 181+229+90=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E55A is #4A1AA5. Grayscale: #C7C7C7. Windows color (decimal): -4856486 or 5957045. OLE color: 5957045.
HSL color Cylindrical-coordinate representation of color #B5E55A: hue angle of 80.72º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5E55A is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 229 | 90 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.10 |
| HSL | 80.72º | 0.73% | 0.63% | - |
| HSV(B) | 80.72º | 0.61% | 0.9% | - |
| XYZ | 48.92 | 66.6 | 19.95 | - |
| YUV | 198.8 | 66.6 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 229 | 90 | 0.21 | 0 | 0.61 | 0.10 | 80.72 | 0.73 | 0.63 |
| Hex | B5 | E5 | 5A | 15 | 0 | 3D | A | 51 | 49 | 3F |
| Octal | 265 | 345 | 132 | 25 | 0 | 75 | 12 | 121 | 111 | 77 |
| Binary | 10110101 | 11100101 | 1011010 | 10101 | 0 | 111101 | 1010 | 1010001 | 1001001 | 111111 |
Color Harmonies of #B5E55A
Complementary color
Monochromatic Colors of #B5E55A
Black with #B5E55A
Text Example
Text Example
White with #B5E55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E55A; }
p { color: rgb(181,229,90); }
H1.HeaderClassName
{
color: #B5E55A;
}
.AnyTagClassName
{
color: #B5E55A;
}
</style>
background-color css
<style>
a { background-color: #B5E55A; }
a { background-color: rgb(181,229,90); }
div.DivClassName
{
background-color: #B5E55A;
}
.BgClassName
{
background-color: #B5E55A;
}
</style>
border-color css
<style>
span { border-color: #B5E55A; }
span { border-color: rgb(181,229,90); }
td.TdClassName
{
border-color: #B5E55A;
}
.TagClassName
{
border-color: #B5E55A;
}
</style>