Shades of Conifer #AFDE64
Tints of Conifer #AFDE64
RGB
CMYK
RGB Variations
Color information
#AFDE64 (or 0xAFDE64) is known color: Conifer. HEX triplet: AF, DE and 64. RGB value is (175,222,100). Sum of RGB (Red+Green+Blue) = 175+222+100=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE64 is #50219B. Grayscale: #C2C2C2. Windows color (decimal): -5251484 or 6610607. OLE color: 6610607.
HSL color Cylindrical-coordinate representation of color #AFDE64: hue angle of 83.11º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFDE64 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 100 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.13 |
| HSL | 83.11º | 0.65% | 0.63% | - |
| HSV(B) | 83.11º | 0.55% | 0.87% | - |
| XYZ | 46.1 | 62.28 | 21.65 | - |
| YUV | 194.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 100 | 0.21 | 0 | 0.55 | 0.13 | 83.11 | 0.65 | 0.63 |
| Hex | AF | DE | 64 | 15 | 0 | 37 | D | 53 | 41 | 3F |
| Octal | 257 | 336 | 144 | 25 | 0 | 67 | 15 | 123 | 101 | 77 |
| Binary | 10101111 | 11011110 | 1100100 | 10101 | 0 | 110111 | 1101 | 1010011 | 1000001 | 111111 |
Color Harmonies of #AFDE64
Complementary color
Monochromatic Colors of #AFDE64
Black with #AFDE64
Text Example
Text Example
White with #AFDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE64; }
p { color: rgb(175,222,100); }
H1.HeaderClassName
{
color: #AFDE64;
}
.AnyTagClassName
{
color: #AFDE64;
}
</style>
background-color css
<style>
a { background-color: #AFDE64; }
a { background-color: rgb(175,222,100); }
div.DivClassName
{
background-color: #AFDE64;
}
.BgClassName
{
background-color: #AFDE64;
}
</style>
border-color css
<style>
span { border-color: #AFDE64; }
span { border-color: rgb(175,222,100); }
td.TdClassName
{
border-color: #AFDE64;
}
.TagClassName
{
border-color: #AFDE64;
}
</style>