Shades of Conifer #B5DB55
Tints of Conifer #B5DB55
RGB
CMYK
RGB Variations
Color information
#B5DB55 (or 0xB5DB55) is known color: Conifer. HEX triplet: B5, DB and 55. RGB value is (181,219,85). Sum of RGB (Red+Green+Blue) = 181+219+85=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DB55 is #4A24AA. Grayscale: #C0C0C0. Windows color (decimal): -4859051 or 5626805. OLE color: 5626805.
HSL color Cylindrical-coordinate representation of color #B5DB55: hue angle of 77.01º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5DB55 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 85 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.14 |
| HSL | 77.01º | 0.65% | 0.6% | - |
| HSV(B) | 77.01º | 0.61% | 0.86% | - |
| XYZ | 46.03 | 61.14 | 17.97 | - |
| YUV | 192.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 85 | 0.17 | 0 | 0.61 | 0.14 | 77.01 | 0.65 | 0.6 |
| Hex | B5 | DB | 55 | 11 | 0 | 3D | E | 4D | 41 | 3C |
| Octal | 265 | 333 | 125 | 21 | 0 | 75 | 16 | 115 | 101 | 74 |
| Binary | 10110101 | 11011011 | 1010101 | 10001 | 0 | 111101 | 1110 | 1001101 | 1000001 | 111100 |
Color Harmonies of #B5DB55
Complementary color
Monochromatic Colors of #B5DB55
Black with #B5DB55
Text Example
Text Example
White with #B5DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB55; }
p { color: rgb(181,219,85); }
H1.HeaderClassName
{
color: #B5DB55;
}
.AnyTagClassName
{
color: #B5DB55;
}
</style>
background-color css
<style>
a { background-color: #B5DB55; }
a { background-color: rgb(181,219,85); }
div.DivClassName
{
background-color: #B5DB55;
}
.BgClassName
{
background-color: #B5DB55;
}
</style>
border-color css
<style>
span { border-color: #B5DB55; }
span { border-color: rgb(181,219,85); }
td.TdClassName
{
border-color: #B5DB55;
}
.TagClassName
{
border-color: #B5DB55;
}
</style>