Shades of Conifer #AFF64F
Tints of Conifer #AFF64F
RGB
CMYK
RGB Variations
Color information
#AFF64F (or 0xAFF64F) is known color: Conifer. HEX triplet: AF, F6 and 4F. RGB value is (175,246,79). Sum of RGB (Red+Green+Blue) = 175+246+79=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF64F is #5009B0. Grayscale: #CECECE. Windows color (decimal): -5245361 or 5240495. OLE color: 5240495.
HSL color Cylindrical-coordinate representation of color #AFF64F: hue angle of 85.51º 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 #AFF64F is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 79 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.04 |
| HSL | 85.51º | 0.9% | 0.64% | - |
| HSV(B) | 85.51º | 0.68% | 0.96% | - |
| XYZ | 52.05 | 75.59 | 19.24 | - |
| YUV | 205.73 | 56.48 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 79 | 0.29 | 0 | 0.68 | 0.04 | 85.51 | 0.9 | 0.64 |
| Hex | AF | F6 | 4F | 1D | 0 | 44 | 4 | 56 | 5A | 40 |
| Octal | 257 | 366 | 117 | 35 | 0 | 104 | 4 | 126 | 132 | 100 |
| Binary | 10101111 | 11110110 | 1001111 | 11101 | 0 | 1000100 | 100 | 1010110 | 1011010 | 1000000 |
Color Harmonies of #AFF64F
Complementary color
Monochromatic Colors of #AFF64F
Black with #AFF64F
Text Example
Text Example
White with #AFF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF64F; }
p { color: rgb(175,246,79); }
H1.HeaderClassName
{
color: #AFF64F;
}
.AnyTagClassName
{
color: #AFF64F;
}
</style>
background-color css
<style>
a { background-color: #AFF64F; }
a { background-color: rgb(175,246,79); }
div.DivClassName
{
background-color: #AFF64F;
}
.BgClassName
{
background-color: #AFF64F;
}
</style>
border-color css
<style>
span { border-color: #AFF64F; }
span { border-color: rgb(175,246,79); }
td.TdClassName
{
border-color: #AFF64F;
}
.TagClassName
{
border-color: #AFF64F;
}
</style>