Shades of Conifer #B5D55A
Tints of Conifer #B5D55A
RGB
CMYK
RGB Variations
Color information
#B5D55A (or 0xB5D55A) is known color: Conifer. HEX triplet: B5, D5 and 5A. RGB value is (181,213,90). Sum of RGB (Red+Green+Blue) = 181+213+90=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D55A is #4A2AA5. Grayscale: #BDBDBD. Windows color (decimal): -4860582 or 5952949. OLE color: 5952949.
HSL color Cylindrical-coordinate representation of color #B5D55A: hue angle of 75.61º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5D55A is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 90 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.16 |
| HSL | 75.61º | 0.59% | 0.59% | - |
| HSV(B) | 75.61º | 0.58% | 0.84% | - |
| XYZ | 44.7 | 58.15 | 18.54 | - |
| YUV | 189.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 90 | 0.15 | 0 | 0.58 | 0.16 | 75.61 | 0.59 | 0.59 |
| Hex | B5 | D5 | 5A | F | 0 | 3A | 10 | 4C | 3B | 3B |
| Octal | 265 | 325 | 132 | 17 | 0 | 72 | 20 | 114 | 73 | 73 |
| Binary | 10110101 | 11010101 | 1011010 | 1111 | 0 | 111010 | 10000 | 1001100 | 111011 | 111011 |
Color Harmonies of #B5D55A
Complementary color
Monochromatic Colors of #B5D55A
Black with #B5D55A
Text Example
Text Example
White with #B5D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D55A; }
p { color: rgb(181,213,90); }
H1.HeaderClassName
{
color: #B5D55A;
}
.AnyTagClassName
{
color: #B5D55A;
}
</style>
background-color css
<style>
a { background-color: #B5D55A; }
a { background-color: rgb(181,213,90); }
div.DivClassName
{
background-color: #B5D55A;
}
.BgClassName
{
background-color: #B5D55A;
}
</style>
border-color css
<style>
span { border-color: #B5D55A; }
span { border-color: rgb(181,213,90); }
td.TdClassName
{
border-color: #B5D55A;
}
.TagClassName
{
border-color: #B5D55A;
}
</style>