Shades of Conifer #A7DF50
Tints of Conifer #A7DF50
RGB
CMYK
RGB Variations
Color information
#A7DF50 (or 0xA7DF50) is known color: Conifer. HEX triplet: A7, DF and 50. RGB value is (167,223,80). Sum of RGB (Red+Green+Blue) = 167+223+80=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DF50 is #5820AF. Grayscale: #BEBEBE. Windows color (decimal): -5775536 or 5300135. OLE color: 5300135.
HSL color Cylindrical-coordinate representation of color #A7DF50: hue angle of 83.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7DF50 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 80 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.13 |
| HSL | 83.5º | 0.69% | 0.59% | - |
| HSV(B) | 83.5º | 0.64% | 0.87% | - |
| XYZ | 43.77 | 61.57 | 17.17 | - |
| YUV | 189.95 | 65.95 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 80 | 0.25 | 0 | 0.64 | 0.13 | 83.5 | 0.69 | 0.59 |
| Hex | A7 | DF | 50 | 19 | 0 | 40 | D | 53 | 45 | 3B |
| Octal | 247 | 337 | 120 | 31 | 0 | 100 | 15 | 123 | 105 | 73 |
| Binary | 10100111 | 11011111 | 1010000 | 11001 | 0 | 1000000 | 1101 | 1010011 | 1000101 | 111011 |
Color Harmonies of #A7DF50
Complementary color
Monochromatic Colors of #A7DF50
Black with #A7DF50
Text Example
Text Example
White with #A7DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DF50; }
p { color: rgb(167,223,80); }
H1.HeaderClassName
{
color: #A7DF50;
}
.AnyTagClassName
{
color: #A7DF50;
}
</style>
background-color css
<style>
a { background-color: #A7DF50; }
a { background-color: rgb(167,223,80); }
div.DivClassName
{
background-color: #A7DF50;
}
.BgClassName
{
background-color: #A7DF50;
}
</style>
border-color css
<style>
span { border-color: #A7DF50; }
span { border-color: rgb(167,223,80); }
td.TdClassName
{
border-color: #A7DF50;
}
.TagClassName
{
border-color: #A7DF50;
}
</style>