Shades of Conifer #AFF74E
Tints of Conifer #AFF74E
RGB
CMYK
RGB Variations
Color information
#AFF74E (or 0xAFF74E) is known color: Conifer. HEX triplet: AF, F7 and 4E. RGB value is (175,247,78). Sum of RGB (Red+Green+Blue) = 175+247+78=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF74E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF74E is #5008B1. Grayscale: #CECECE. Windows color (decimal): -5245106 or 5175215. OLE color: 5175215.
HSL color Cylindrical-coordinate representation of color #AFF74E: hue angle of 85.56º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFF74E is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 78 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.03 |
| HSL | 85.56º | 0.91% | 0.64% | - |
| HSV(B) | 85.56º | 0.68% | 0.97% | - |
| XYZ | 52.32 | 76.19 | 19.16 | - |
| YUV | 206.21 | 55.65 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 78 | 0.29 | 0 | 0.68 | 0.03 | 85.56 | 0.91 | 0.64 |
| Hex | AF | F7 | 4E | 1D | 0 | 44 | 3 | 56 | 5B | 40 |
| Octal | 257 | 367 | 116 | 35 | 0 | 104 | 3 | 126 | 133 | 100 |
| Binary | 10101111 | 11110111 | 1001110 | 11101 | 0 | 1000100 | 11 | 1010110 | 1011011 | 1000000 |
Color Harmonies of #AFF74E
Complementary color
Monochromatic Colors of #AFF74E
Black with #AFF74E
Text Example
Text Example
White with #AFF74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF74E; }
p { color: rgb(175,247,78); }
H1.HeaderClassName
{
color: #AFF74E;
}
.AnyTagClassName
{
color: #AFF74E;
}
</style>
background-color css
<style>
a { background-color: #AFF74E; }
a { background-color: rgb(175,247,78); }
div.DivClassName
{
background-color: #AFF74E;
}
.BgClassName
{
background-color: #AFF74E;
}
</style>
border-color css
<style>
span { border-color: #AFF74E; }
span { border-color: rgb(175,247,78); }
td.TdClassName
{
border-color: #AFF74E;
}
.TagClassName
{
border-color: #AFF74E;
}
</style>