Shades of Conifer #B5DB66
Tints of Conifer #B5DB66
RGB
CMYK
RGB Variations
Color information
#B5DB66 (or 0xB5DB66) is known color: Conifer. HEX triplet: B5, DB and 66. RGB value is (181,219,102). Sum of RGB (Red+Green+Blue) = 181+219+102=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DB66 is #4A2499. Grayscale: #C2C2C2. Windows color (decimal): -4859034 or 6740917. OLE color: 6740917.
HSL color Cylindrical-coordinate representation of color #B5DB66: hue angle of 79.49º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5DB66 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 102 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.14 |
| HSL | 79.49º | 0.62% | 0.63% | - |
| HSV(B) | 79.49º | 0.53% | 0.86% | - |
| XYZ | 46.79 | 61.45 | 21.96 | - |
| YUV | 194.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 102 | 0.17 | 0 | 0.53 | 0.14 | 79.49 | 0.62 | 0.63 |
| Hex | B5 | DB | 66 | 11 | 0 | 35 | E | 4F | 3E | 3F |
| Octal | 265 | 333 | 146 | 21 | 0 | 65 | 16 | 117 | 76 | 77 |
| Binary | 10110101 | 11011011 | 1100110 | 10001 | 0 | 110101 | 1110 | 1001111 | 111110 | 111111 |
Color Harmonies of #B5DB66
Complementary color
Monochromatic Colors of #B5DB66
Black with #B5DB66
Text Example
Text Example
White with #B5DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB66; }
p { color: rgb(181,219,102); }
H1.HeaderClassName
{
color: #B5DB66;
}
.AnyTagClassName
{
color: #B5DB66;
}
</style>
background-color css
<style>
a { background-color: #B5DB66; }
a { background-color: rgb(181,219,102); }
div.DivClassName
{
background-color: #B5DB66;
}
.BgClassName
{
background-color: #B5DB66;
}
</style>
border-color css
<style>
span { border-color: #B5DB66; }
span { border-color: rgb(181,219,102); }
td.TdClassName
{
border-color: #B5DB66;
}
.TagClassName
{
border-color: #B5DB66;
}
</style>