Shades of Conifer #B5DB58
Tints of Conifer #B5DB58
RGB
CMYK
RGB Variations
Color information
#B5DB58 (or 0xB5DB58) is known color: Conifer. HEX triplet: B5, DB and 58. RGB value is (181,219,88). Sum of RGB (Red+Green+Blue) = 181+219+88=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DB58 is #4A24A7. Grayscale: #C1C1C1. Windows color (decimal): -4859048 or 5823413. OLE color: 5823413.
HSL color Cylindrical-coordinate representation of color #B5DB58: hue angle of 77.4º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5DB58 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 88 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.14 |
| HSL | 77.4º | 0.65% | 0.6% | - |
| HSV(B) | 77.4º | 0.6% | 0.86% | - |
| XYZ | 46.15 | 61.19 | 18.61 | - |
| YUV | 192.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 88 | 0.17 | 0 | 0.60 | 0.14 | 77.4 | 0.65 | 0.6 |
| Hex | B5 | DB | 58 | 11 | 0 | 3C | E | 4D | 41 | 3C |
| Octal | 265 | 333 | 130 | 21 | 0 | 74 | 16 | 115 | 101 | 74 |
| Binary | 10110101 | 11011011 | 1011000 | 10001 | 0 | 111100 | 1110 | 1001101 | 1000001 | 111100 |
Color Harmonies of #B5DB58
Complementary color
Monochromatic Colors of #B5DB58
Black with #B5DB58
Text Example
Text Example
White with #B5DB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB58; }
p { color: rgb(181,219,88); }
H1.HeaderClassName
{
color: #B5DB58;
}
.AnyTagClassName
{
color: #B5DB58;
}
</style>
background-color css
<style>
a { background-color: #B5DB58; }
a { background-color: rgb(181,219,88); }
div.DivClassName
{
background-color: #B5DB58;
}
.BgClassName
{
background-color: #B5DB58;
}
</style>
border-color css
<style>
span { border-color: #B5DB58; }
span { border-color: rgb(181,219,88); }
td.TdClassName
{
border-color: #B5DB58;
}
.TagClassName
{
border-color: #B5DB58;
}
</style>