Shades of Conifer #AFDE68
Tints of Conifer #AFDE68
RGB
CMYK
RGB Variations
Color information
#AFDE68 (or 0xAFDE68) is known color: Conifer. HEX triplet: AF, DE and 68. RGB value is (175,222,104). Sum of RGB (Red+Green+Blue) = 175+222+104=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE68 is #502197. Grayscale: #C2C2C2. Windows color (decimal): -5251480 or 6872751. OLE color: 6872751.
HSL color Cylindrical-coordinate representation of color #AFDE68: hue angle of 83.9º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFDE68 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 104 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.13 |
| HSL | 83.9º | 0.64% | 0.64% | - |
| HSV(B) | 83.9º | 0.53% | 0.87% | - |
| XYZ | 46.3 | 62.36 | 22.69 | - |
| YUV | 194.5 | 76.93 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 104 | 0.21 | 0 | 0.53 | 0.13 | 83.9 | 0.64 | 0.64 |
| Hex | AF | DE | 68 | 15 | 0 | 35 | D | 54 | 40 | 40 |
| Octal | 257 | 336 | 150 | 25 | 0 | 65 | 15 | 124 | 100 | 100 |
| Binary | 10101111 | 11011110 | 1101000 | 10101 | 0 | 110101 | 1101 | 1010100 | 1000000 | 1000000 |
Color Harmonies of #AFDE68
Complementary color
Monochromatic Colors of #AFDE68
Black with #AFDE68
Text Example
Text Example
White with #AFDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE68; }
p { color: rgb(175,222,104); }
H1.HeaderClassName
{
color: #AFDE68;
}
.AnyTagClassName
{
color: #AFDE68;
}
</style>
background-color css
<style>
a { background-color: #AFDE68; }
a { background-color: rgb(175,222,104); }
div.DivClassName
{
background-color: #AFDE68;
}
.BgClassName
{
background-color: #AFDE68;
}
</style>
border-color css
<style>
span { border-color: #AFDE68; }
span { border-color: rgb(175,222,104); }
td.TdClassName
{
border-color: #AFDE68;
}
.TagClassName
{
border-color: #AFDE68;
}
</style>