Shades of Conifer #AFF64E
Tints of Conifer #AFF64E
RGB
CMYK
RGB Variations
Color information
#AFF64E (or 0xAFF64E) is known color: Conifer. HEX triplet: AF, F6 and 4E. RGB value is (175,246,78). Sum of RGB (Red+Green+Blue) = 175+246+78=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF64E is #5009B1. Grayscale: #CECECE. Windows color (decimal): -5245362 or 5174959. OLE color: 5174959.
HSL color Cylindrical-coordinate representation of color #AFF64E: hue angle of 85.36º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFF64E is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 78 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.04 |
| HSL | 85.36º | 0.9% | 0.64% | - |
| HSV(B) | 85.36º | 0.68% | 0.96% | - |
| XYZ | 52.01 | 75.58 | 19.05 | - |
| YUV | 205.62 | 55.98 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 78 | 0.29 | 0 | 0.68 | 0.04 | 85.36 | 0.9 | 0.64 |
| Hex | AF | F6 | 4E | 1D | 0 | 44 | 4 | 55 | 5A | 40 |
| Octal | 257 | 366 | 116 | 35 | 0 | 104 | 4 | 125 | 132 | 100 |
| Binary | 10101111 | 11110110 | 1001110 | 11101 | 0 | 1000100 | 100 | 1010101 | 1011010 | 1000000 |
Color Harmonies of #AFF64E
Complementary color
Monochromatic Colors of #AFF64E
Black with #AFF64E
Text Example
Text Example
White with #AFF64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF64E; }
p { color: rgb(175,246,78); }
H1.HeaderClassName
{
color: #AFF64E;
}
.AnyTagClassName
{
color: #AFF64E;
}
</style>
background-color css
<style>
a { background-color: #AFF64E; }
a { background-color: rgb(175,246,78); }
div.DivClassName
{
background-color: #AFF64E;
}
.BgClassName
{
background-color: #AFF64E;
}
</style>
border-color css
<style>
span { border-color: #AFF64E; }
span { border-color: rgb(175,246,78); }
td.TdClassName
{
border-color: #AFF64E;
}
.TagClassName
{
border-color: #AFF64E;
}
</style>