Shades of Conifer #B5DD51
Tints of Conifer #B5DD51
RGB
CMYK
RGB Variations
Color information
#B5DD51 (or 0xB5DD51) is known color: Conifer. HEX triplet: B5, DD and 51. RGB value is (181,221,81). Sum of RGB (Red+Green+Blue) = 181+221+81=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD51 is #4A22AE. Grayscale: #C1C1C1. Windows color (decimal): -4858543 or 5365173. OLE color: 5365173.
HSL color Cylindrical-coordinate representation of color #B5DD51: hue angle of 77.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5DD51 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 81 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.13 |
| HSL | 77.14º | 0.67% | 0.59% | - |
| HSV(B) | 77.14º | 0.63% | 0.87% | - |
| XYZ | 46.4 | 62.13 | 17.33 | - |
| YUV | 193.08 | 64.75 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 81 | 0.18 | 0 | 0.63 | 0.13 | 77.14 | 0.67 | 0.59 |
| Hex | B5 | DD | 51 | 12 | 0 | 3F | D | 4D | 43 | 3B |
| Octal | 265 | 335 | 121 | 22 | 0 | 77 | 15 | 115 | 103 | 73 |
| Binary | 10110101 | 11011101 | 1010001 | 10010 | 0 | 111111 | 1101 | 1001101 | 1000011 | 111011 |
Color Harmonies of #B5DD51
Complementary color
Monochromatic Colors of #B5DD51
Black with #B5DD51
Text Example
Text Example
White with #B5DD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD51; }
p { color: rgb(181,221,81); }
H1.HeaderClassName
{
color: #B5DD51;
}
.AnyTagClassName
{
color: #B5DD51;
}
</style>
background-color css
<style>
a { background-color: #B5DD51; }
a { background-color: rgb(181,221,81); }
div.DivClassName
{
background-color: #B5DD51;
}
.BgClassName
{
background-color: #B5DD51;
}
</style>
border-color css
<style>
span { border-color: #B5DD51; }
span { border-color: rgb(181,221,81); }
td.TdClassName
{
border-color: #B5DD51;
}
.TagClassName
{
border-color: #B5DD51;
}
</style>