Shades of Green Yellow #AFF628
Tints of Green Yellow #AFF628
RGB
CMYK
RGB Variations
Color information
#AFF628 (or 0xAFF628) is known color: Green Yellow. HEX triplet: AF, F6 and 28. RGB value is (175,246,40). Sum of RGB (Red+Green+Blue) = 175+246+40=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF628 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF628 is #5009D7. Grayscale: #CACACA. Windows color (decimal): -5245400 or 2684591. OLE color: 2684591.
HSL color Cylindrical-coordinate representation of color #AFF628: hue angle of 80.68º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFF628 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 40 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.04 |
| HSL | 80.68º | 0.92% | 0.56% | - |
| HSV(B) | 80.68º | 0.84% | 0.96% | - |
| XYZ | 51.02 | 75.18 | 13.83 | - |
| YUV | 201.29 | 36.98 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 40 | 0.29 | 0 | 0.84 | 0.04 | 80.68 | 0.92 | 0.56 |
| Hex | AF | F6 | 28 | 1D | 0 | 54 | 4 | 51 | 5C | 38 |
| Octal | 257 | 366 | 50 | 35 | 0 | 124 | 4 | 121 | 134 | 70 |
| Binary | 10101111 | 11110110 | 101000 | 11101 | 0 | 1010100 | 100 | 1010001 | 1011100 | 111000 |
Color Harmonies of #AFF628
Complementary color
Monochromatic Colors of #AFF628
Black with #AFF628
Text Example
Text Example
White with #AFF628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF628; }
p { color: rgb(175,246,40); }
H1.HeaderClassName
{
color: #AFF628;
}
.AnyTagClassName
{
color: #AFF628;
}
</style>
background-color css
<style>
a { background-color: #AFF628; }
a { background-color: rgb(175,246,40); }
div.DivClassName
{
background-color: #AFF628;
}
.BgClassName
{
background-color: #AFF628;
}
</style>
border-color css
<style>
span { border-color: #AFF628; }
span { border-color: rgb(175,246,40); }
td.TdClassName
{
border-color: #AFF628;
}
.TagClassName
{
border-color: #AFF628;
}
</style>