Shades of Conifer #B7DF60
Tints of Conifer #B7DF60
RGB
CMYK
RGB Variations
Color information
#B7DF60 (or 0xB7DF60) is known color: Conifer. HEX triplet: B7, DF and 60. RGB value is (183,223,96). Sum of RGB (Red+Green+Blue) = 183+223+96=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DF60 is #48209F. Grayscale: #C5C5C5. Windows color (decimal): -4726944 or 6348727. OLE color: 6348727.
HSL color Cylindrical-coordinate representation of color #B7DF60: hue angle of 78.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7DF60 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 96 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.13 |
| HSL | 78.9º | 0.66% | 0.63% | - |
| HSV(B) | 78.9º | 0.57% | 0.87% | - |
| XYZ | 48.03 | 63.69 | 20.83 | - |
| YUV | 196.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 96 | 0.18 | 0 | 0.57 | 0.13 | 78.9 | 0.66 | 0.63 |
| Hex | B7 | DF | 60 | 12 | 0 | 39 | D | 4F | 42 | 3F |
| Octal | 267 | 337 | 140 | 22 | 0 | 71 | 15 | 117 | 102 | 77 |
| Binary | 10110111 | 11011111 | 1100000 | 10010 | 0 | 111001 | 1101 | 1001111 | 1000010 | 111111 |
Color Harmonies of #B7DF60
Complementary color
Monochromatic Colors of #B7DF60
Black with #B7DF60
Text Example
Text Example
White with #B7DF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF60; }
p { color: rgb(183,223,96); }
H1.HeaderClassName
{
color: #B7DF60;
}
.AnyTagClassName
{
color: #B7DF60;
}
</style>
background-color css
<style>
a { background-color: #B7DF60; }
a { background-color: rgb(183,223,96); }
div.DivClassName
{
background-color: #B7DF60;
}
.BgClassName
{
background-color: #B7DF60;
}
</style>
border-color css
<style>
span { border-color: #B7DF60; }
span { border-color: rgb(183,223,96); }
td.TdClassName
{
border-color: #B7DF60;
}
.TagClassName
{
border-color: #B7DF60;
}
</style>