Shades of Conifer #A4DF51
Tints of Conifer #A4DF51
RGB
CMYK
RGB Variations
Color information
#A4DF51 (or 0xA4DF51) is known color: Conifer. HEX triplet: A4, DF and 51. RGB value is (164,223,81). Sum of RGB (Red+Green+Blue) = 164+223+81=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF51 is #5B20AE. Grayscale: #BDBDBD. Windows color (decimal): -5972143 or 5365668. OLE color: 5365668.
HSL color Cylindrical-coordinate representation of color #A4DF51: hue angle of 84.93º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4DF51 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 81 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.13 |
| HSL | 84.93º | 0.69% | 0.6% | - |
| HSV(B) | 84.93º | 0.64% | 0.87% | - |
| XYZ | 43.18 | 61.26 | 17.33 | - |
| YUV | 189.17 | 66.95 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 81 | 0.26 | 0 | 0.64 | 0.13 | 84.93 | 0.69 | 0.6 |
| Hex | A4 | DF | 51 | 1A | 0 | 40 | D | 55 | 45 | 3C |
| Octal | 244 | 337 | 121 | 32 | 0 | 100 | 15 | 125 | 105 | 74 |
| Binary | 10100100 | 11011111 | 1010001 | 11010 | 0 | 1000000 | 1101 | 1010101 | 1000101 | 111100 |
Color Harmonies of #A4DF51
Complementary color
Monochromatic Colors of #A4DF51
Black with #A4DF51
Text Example
Text Example
White with #A4DF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DF51; }
p { color: rgb(164,223,81); }
H1.HeaderClassName
{
color: #A4DF51;
}
.AnyTagClassName
{
color: #A4DF51;
}
</style>
background-color css
<style>
a { background-color: #A4DF51; }
a { background-color: rgb(164,223,81); }
div.DivClassName
{
background-color: #A4DF51;
}
.BgClassName
{
background-color: #A4DF51;
}
</style>
border-color css
<style>
span { border-color: #A4DF51; }
span { border-color: rgb(164,223,81); }
td.TdClassName
{
border-color: #A4DF51;
}
.TagClassName
{
border-color: #A4DF51;
}
</style>