Shades of Conifer #B5D853
Tints of Conifer #B5D853
RGB
CMYK
RGB Variations
Color information
#B5D853 (or 0xB5D853) is known color: Conifer. HEX triplet: B5, D8 and 53. RGB value is (181,216,83). Sum of RGB (Red+Green+Blue) = 181+216+83=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D853 is #4A27AC. Grayscale: #BEBEBE. Windows color (decimal): -4859821 or 5494965. OLE color: 5494965.
HSL color Cylindrical-coordinate representation of color #B5D853: hue angle of 75.79º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5D853 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 83 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.15 |
| HSL | 75.79º | 0.63% | 0.59% | - |
| HSV(B) | 75.79º | 0.62% | 0.85% | - |
| XYZ | 45.17 | 59.56 | 17.3 | - |
| YUV | 190.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 83 | 0.16 | 0 | 0.62 | 0.15 | 75.79 | 0.63 | 0.59 |
| Hex | B5 | D8 | 53 | 10 | 0 | 3E | F | 4C | 3F | 3B |
| Octal | 265 | 330 | 123 | 20 | 0 | 76 | 17 | 114 | 77 | 73 |
| Binary | 10110101 | 11011000 | 1010011 | 10000 | 0 | 111110 | 1111 | 1001100 | 111111 | 111011 |
Color Harmonies of #B5D853
Complementary color
Monochromatic Colors of #B5D853
Black with #B5D853
Text Example
Text Example
White with #B5D853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D853; }
p { color: rgb(181,216,83); }
H1.HeaderClassName
{
color: #B5D853;
}
.AnyTagClassName
{
color: #B5D853;
}
</style>
background-color css
<style>
a { background-color: #B5D853; }
a { background-color: rgb(181,216,83); }
div.DivClassName
{
background-color: #B5D853;
}
.BgClassName
{
background-color: #B5D853;
}
</style>
border-color css
<style>
span { border-color: #B5D853; }
span { border-color: rgb(181,216,83); }
td.TdClassName
{
border-color: #B5D853;
}
.TagClassName
{
border-color: #B5D853;
}
</style>