Shades of Conifer #AFDA59
Tints of Conifer #AFDA59
RGB
CMYK
RGB Variations
Color information
#AFDA59 (or 0xAFDA59) is known color: Conifer. HEX triplet: AF, DA and 59. RGB value is (175,218,89). Sum of RGB (Red+Green+Blue) = 175+218+89=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA59 is #5025A6. Grayscale: #BEBEBE. Windows color (decimal): -5252519 or 5888687. OLE color: 5888687.
HSL color Cylindrical-coordinate representation of color #AFDA59: hue angle of 80º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFDA59 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 89 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.15 |
| HSL | 80º | 0.64% | 0.6% | - |
| HSV(B) | 80º | 0.59% | 0.85% | - |
| XYZ | 44.55 | 59.98 | 18.68 | - |
| YUV | 190.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 89 | 0.20 | 0 | 0.59 | 0.15 | 80 | 0.64 | 0.6 |
| Hex | AF | DA | 59 | 14 | 0 | 3B | F | 50 | 40 | 3C |
| Octal | 257 | 332 | 131 | 24 | 0 | 73 | 17 | 120 | 100 | 74 |
| Binary | 10101111 | 11011010 | 1011001 | 10100 | 0 | 111011 | 1111 | 1010000 | 1000000 | 111100 |
Color Harmonies of #AFDA59
Complementary color
Monochromatic Colors of #AFDA59
Black with #AFDA59
Text Example
Text Example
White with #AFDA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA59; }
p { color: rgb(175,218,89); }
H1.HeaderClassName
{
color: #AFDA59;
}
.AnyTagClassName
{
color: #AFDA59;
}
</style>
background-color css
<style>
a { background-color: #AFDA59; }
a { background-color: rgb(175,218,89); }
div.DivClassName
{
background-color: #AFDA59;
}
.BgClassName
{
background-color: #AFDA59;
}
</style>
border-color css
<style>
span { border-color: #AFDA59; }
span { border-color: rgb(175,218,89); }
td.TdClassName
{
border-color: #AFDA59;
}
.TagClassName
{
border-color: #AFDA59;
}
</style>