Shades of Conifer #B5D257
Tints of Conifer #B5D257
RGB
CMYK
RGB Variations
Color information
#B5D257 (or 0xB5D257) is known color: Conifer. HEX triplet: B5, D2 and 57. RGB value is (181,210,87). Sum of RGB (Red+Green+Blue) = 181+210+87=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D257 is #4A2DA8. Grayscale: #BBBBBB. Windows color (decimal): -4861353 or 5755573. OLE color: 5755573.
HSL color Cylindrical-coordinate representation of color #B5D257: hue angle of 74.15º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5D257 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 87 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.18 |
| HSL | 74.15º | 0.58% | 0.58% | - |
| HSV(B) | 74.15º | 0.59% | 0.82% | - |
| XYZ | 43.82 | 56.61 | 17.63 | - |
| YUV | 187.31 | 71.39 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 87 | 0.14 | 0 | 0.59 | 0.18 | 74.15 | 0.58 | 0.58 |
| Hex | B5 | D2 | 57 | E | 0 | 3B | 12 | 4A | 3A | 3A |
| Octal | 265 | 322 | 127 | 16 | 0 | 73 | 22 | 112 | 72 | 72 |
| Binary | 10110101 | 11010010 | 1010111 | 1110 | 0 | 111011 | 10010 | 1001010 | 111010 | 111010 |
Color Harmonies of #B5D257
Complementary color
Monochromatic Colors of #B5D257
Black with #B5D257
Text Example
Text Example
White with #B5D257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D257; }
p { color: rgb(181,210,87); }
H1.HeaderClassName
{
color: #B5D257;
}
.AnyTagClassName
{
color: #B5D257;
}
</style>
background-color css
<style>
a { background-color: #B5D257; }
a { background-color: rgb(181,210,87); }
div.DivClassName
{
background-color: #B5D257;
}
.BgClassName
{
background-color: #B5D257;
}
</style>
border-color css
<style>
span { border-color: #B5D257; }
span { border-color: rgb(181,210,87); }
td.TdClassName
{
border-color: #B5D257;
}
.TagClassName
{
border-color: #B5D257;
}
</style>