Shades of Conifer #B7DA4E
Tints of Conifer #B7DA4E
RGB
CMYK
RGB Variations
Color information
#B7DA4E (or 0xB7DA4E) is known color: Conifer. HEX triplet: B7, DA and 4E. RGB value is (183,218,78). Sum of RGB (Red+Green+Blue) = 183+218+78=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DA4E is #4825B1. Grayscale: #C0C0C0. Windows color (decimal): -4728242 or 5167799. OLE color: 5167799.
HSL color Cylindrical-coordinate representation of color #B7DA4E: hue angle of 75º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7DA4E is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 78 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.15 |
| HSL | 75º | 0.65% | 0.58% | - |
| HSV(B) | 75º | 0.64% | 0.85% | - |
| XYZ | 45.97 | 60.76 | 16.51 | - |
| YUV | 191.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 78 | 0.16 | 0 | 0.64 | 0.15 | 75 | 0.65 | 0.58 |
| Hex | B7 | DA | 4E | 10 | 0 | 40 | F | 4B | 41 | 3A |
| Octal | 267 | 332 | 116 | 20 | 0 | 100 | 17 | 113 | 101 | 72 |
| Binary | 10110111 | 11011010 | 1001110 | 10000 | 0 | 1000000 | 1111 | 1001011 | 1000001 | 111010 |
Color Harmonies of #B7DA4E
Complementary color
Monochromatic Colors of #B7DA4E
Black with #B7DA4E
Text Example
Text Example
White with #B7DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DA4E; }
p { color: rgb(183,218,78); }
H1.HeaderClassName
{
color: #B7DA4E;
}
.AnyTagClassName
{
color: #B7DA4E;
}
</style>
background-color css
<style>
a { background-color: #B7DA4E; }
a { background-color: rgb(183,218,78); }
div.DivClassName
{
background-color: #B7DA4E;
}
.BgClassName
{
background-color: #B7DA4E;
}
</style>
border-color css
<style>
span { border-color: #B7DA4E; }
span { border-color: rgb(183,218,78); }
td.TdClassName
{
border-color: #B7DA4E;
}
.TagClassName
{
border-color: #B7DA4E;
}
</style>