Shades of Conifer #B5DE51
Tints of Conifer #B5DE51
RGB
CMYK
RGB Variations
Color information
#B5DE51 (or 0xB5DE51) is known color: Conifer. HEX triplet: B5, DE and 51. RGB value is (181,222,81). Sum of RGB (Red+Green+Blue) = 181+222+81=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DE51 is #4A21AE. Grayscale: #C2C2C2. Windows color (decimal): -4858287 or 5365429. OLE color: 5365429.
HSL color Cylindrical-coordinate representation of color #B5DE51: hue angle of 77.45º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5DE51 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 222 | 81 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.13 |
| HSL | 77.45º | 0.68% | 0.59% | - |
| HSV(B) | 77.45º | 0.64% | 0.87% | - |
| XYZ | 46.66 | 62.66 | 17.42 | - |
| YUV | 193.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 222 | 81 | 0.18 | 0 | 0.64 | 0.13 | 77.45 | 0.68 | 0.59 |
| Hex | B5 | DE | 51 | 12 | 0 | 40 | D | 4D | 44 | 3B |
| Octal | 265 | 336 | 121 | 22 | 0 | 100 | 15 | 115 | 104 | 73 |
| Binary | 10110101 | 11011110 | 1010001 | 10010 | 0 | 1000000 | 1101 | 1001101 | 1000100 | 111011 |
Color Harmonies of #B5DE51
Complementary color
Monochromatic Colors of #B5DE51
Black with #B5DE51
Text Example
Text Example
White with #B5DE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DE51; }
p { color: rgb(181,222,81); }
H1.HeaderClassName
{
color: #B5DE51;
}
.AnyTagClassName
{
color: #B5DE51;
}
</style>
background-color css
<style>
a { background-color: #B5DE51; }
a { background-color: rgb(181,222,81); }
div.DivClassName
{
background-color: #B5DE51;
}
.BgClassName
{
background-color: #B5DE51;
}
</style>
border-color css
<style>
span { border-color: #B5DE51; }
span { border-color: rgb(181,222,81); }
td.TdClassName
{
border-color: #B5DE51;
}
.TagClassName
{
border-color: #B5DE51;
}
</style>