Shades of Conifer #B5E560
Tints of Conifer #B5E560
RGB
CMYK
RGB Variations
Color information
#B5E560 (or 0xB5E560) is known color: Conifer. HEX triplet: B5, E5 and 60. RGB value is (181,229,96). Sum of RGB (Red+Green+Blue) = 181+229+96=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E560 is #4A1A9F. Grayscale: #C7C7C7. Windows color (decimal): -4856480 or 6350261. OLE color: 6350261.
HSL color Cylindrical-coordinate representation of color #B5E560: hue angle of 81.65º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5E560 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 229 | 96 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.10 |
| HSL | 81.65º | 0.72% | 0.64% | - |
| HSV(B) | 81.65º | 0.58% | 0.9% | - |
| XYZ | 49.19 | 66.71 | 21.35 | - |
| YUV | 199.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 229 | 96 | 0.21 | 0 | 0.58 | 0.10 | 81.65 | 0.72 | 0.64 |
| Hex | B5 | E5 | 60 | 15 | 0 | 3A | A | 52 | 48 | 40 |
| Octal | 265 | 345 | 140 | 25 | 0 | 72 | 12 | 122 | 110 | 100 |
| Binary | 10110101 | 11100101 | 1100000 | 10101 | 0 | 111010 | 1010 | 1010010 | 1001000 | 1000000 |
Color Harmonies of #B5E560
Complementary color
Monochromatic Colors of #B5E560
Black with #B5E560
Text Example
Text Example
White with #B5E560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E560; }
p { color: rgb(181,229,96); }
H1.HeaderClassName
{
color: #B5E560;
}
.AnyTagClassName
{
color: #B5E560;
}
</style>
background-color css
<style>
a { background-color: #B5E560; }
a { background-color: rgb(181,229,96); }
div.DivClassName
{
background-color: #B5E560;
}
.BgClassName
{
background-color: #B5E560;
}
</style>
border-color css
<style>
span { border-color: #B5E560; }
span { border-color: rgb(181,229,96); }
td.TdClassName
{
border-color: #B5E560;
}
.TagClassName
{
border-color: #B5E560;
}
</style>