Shades of Conifer #B7DB66
Tints of Conifer #B7DB66
RGB
CMYK
RGB Variations
Color information
#B7DB66 (or 0xB7DB66) is known color: Conifer. HEX triplet: B7, DB and 66. RGB value is (183,219,102). Sum of RGB (Red+Green+Blue) = 183+219+102=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DB66 is #482499. Grayscale: #C3C3C3. Windows color (decimal): -4727962 or 6740919. OLE color: 6740919.
HSL color Cylindrical-coordinate representation of color #B7DB66: hue angle of 78.46º 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 #B7DB66 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 102 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.14 |
| HSL | 78.46º | 0.62% | 0.63% | - |
| HSV(B) | 78.46º | 0.53% | 0.86% | - |
| XYZ | 47.26 | 61.69 | 21.99 | - |
| YUV | 194.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 102 | 0.16 | 0 | 0.53 | 0.14 | 78.46 | 0.62 | 0.63 |
| Hex | B7 | DB | 66 | 10 | 0 | 35 | E | 4E | 3E | 3F |
| Octal | 267 | 333 | 146 | 20 | 0 | 65 | 16 | 116 | 76 | 77 |
| Binary | 10110111 | 11011011 | 1100110 | 10000 | 0 | 110101 | 1110 | 1001110 | 111110 | 111111 |
Color Harmonies of #B7DB66
Complementary color
Monochromatic Colors of #B7DB66
Black with #B7DB66
Text Example
Text Example
White with #B7DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB66; }
p { color: rgb(183,219,102); }
H1.HeaderClassName
{
color: #B7DB66;
}
.AnyTagClassName
{
color: #B7DB66;
}
</style>
background-color css
<style>
a { background-color: #B7DB66; }
a { background-color: rgb(183,219,102); }
div.DivClassName
{
background-color: #B7DB66;
}
.BgClassName
{
background-color: #B7DB66;
}
</style>
border-color css
<style>
span { border-color: #B7DB66; }
span { border-color: rgb(183,219,102); }
td.TdClassName
{
border-color: #B7DB66;
}
.TagClassName
{
border-color: #B7DB66;
}
</style>