Shades of Conifer #AFDE42
Tints of Conifer #AFDE42
RGB
CMYK
RGB Variations
Color information
#AFDE42 (or 0xAFDE42) is known color: Conifer. HEX triplet: AF, DE and 42. RGB value is (175,222,66). Sum of RGB (Red+Green+Blue) = 175+222+66=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE42 is #5021BD. Grayscale: #BEBEBE. Windows color (decimal): -5251518 or 4382383. OLE color: 4382383.
HSL color Cylindrical-coordinate representation of color #AFDE42: hue angle of 78.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFDE42 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 66 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.13 |
| HSL | 78.08º | 0.7% | 0.56% | - |
| HSV(B) | 78.08º | 0.7% | 0.87% | - |
| XYZ | 44.78 | 61.75 | 14.71 | - |
| YUV | 190.16 | 57.93 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 66 | 0.21 | 0 | 0.70 | 0.13 | 78.08 | 0.7 | 0.56 |
| Hex | AF | DE | 42 | 15 | 0 | 46 | D | 4E | 46 | 38 |
| Octal | 257 | 336 | 102 | 25 | 0 | 106 | 15 | 116 | 106 | 70 |
| Binary | 10101111 | 11011110 | 1000010 | 10101 | 0 | 1000110 | 1101 | 1001110 | 1000110 | 111000 |
Color Harmonies of #AFDE42
Complementary color
Monochromatic Colors of #AFDE42
Black with #AFDE42
Text Example
Text Example
White with #AFDE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE42; }
p { color: rgb(175,222,66); }
H1.HeaderClassName
{
color: #AFDE42;
}
.AnyTagClassName
{
color: #AFDE42;
}
</style>
background-color css
<style>
a { background-color: #AFDE42; }
a { background-color: rgb(175,222,66); }
div.DivClassName
{
background-color: #AFDE42;
}
.BgClassName
{
background-color: #AFDE42;
}
</style>
border-color css
<style>
span { border-color: #AFDE42; }
span { border-color: rgb(175,222,66); }
td.TdClassName
{
border-color: #AFDE42;
}
.TagClassName
{
border-color: #AFDE42;
}
</style>