Shades of Conifer #B7DB61
Tints of Conifer #B7DB61
RGB
CMYK
RGB Variations
Color information
#B7DB61 (or 0xB7DB61) is known color: Conifer. HEX triplet: B7, DB and 61. RGB value is (183,219,97). Sum of RGB (Red+Green+Blue) = 183+219+97=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DB61 is #48249E. Grayscale: #C2C2C2. Windows color (decimal): -4727967 or 6413239. OLE color: 6413239.
HSL color Cylindrical-coordinate representation of color #B7DB61: hue angle of 77.7º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7DB61 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 97 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.14 |
| HSL | 77.7º | 0.63% | 0.62% | - |
| HSV(B) | 77.7º | 0.56% | 0.86% | - |
| XYZ | 47.02 | 61.59 | 20.72 | - |
| YUV | 194.33 | 73.07 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 97 | 0.16 | 0 | 0.56 | 0.14 | 77.7 | 0.63 | 0.62 |
| Hex | B7 | DB | 61 | 10 | 0 | 38 | E | 4E | 3F | 3E |
| Octal | 267 | 333 | 141 | 20 | 0 | 70 | 16 | 116 | 77 | 76 |
| Binary | 10110111 | 11011011 | 1100001 | 10000 | 0 | 111000 | 1110 | 1001110 | 111111 | 111110 |
Color Harmonies of #B7DB61
Complementary color
Monochromatic Colors of #B7DB61
Black with #B7DB61
Text Example
Text Example
White with #B7DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB61; }
p { color: rgb(183,219,97); }
H1.HeaderClassName
{
color: #B7DB61;
}
.AnyTagClassName
{
color: #B7DB61;
}
</style>
background-color css
<style>
a { background-color: #B7DB61; }
a { background-color: rgb(183,219,97); }
div.DivClassName
{
background-color: #B7DB61;
}
.BgClassName
{
background-color: #B7DB61;
}
</style>
border-color css
<style>
span { border-color: #B7DB61; }
span { border-color: rgb(183,219,97); }
td.TdClassName
{
border-color: #B7DB61;
}
.TagClassName
{
border-color: #B7DB61;
}
</style>