Shades of Green Yellow #AFF423
Tints of Green Yellow #AFF423
RGB
CMYK
RGB Variations
Color information
#AFF423 (or 0xAFF423) is known color: Green Yellow. HEX triplet: AF, F4 and 23. RGB value is (175,244,35). Sum of RGB (Red+Green+Blue) = 175+244+35=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 244 (95.70% from 255 or 53.74% from 454); Blue value is 35 (14.06% from 255 or 7.71% from 454); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF423 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF423 is #500BDC. Grayscale: #C8C8C8. Windows color (decimal): -5245917 or 2356399. OLE color: 2356399.
HSL color Cylindrical-coordinate representation of color #AFF423: hue angle of 79.81º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFF423 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 35 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.04 |
| HSL | 79.81º | 0.9% | 0.55% | - |
| HSV(B) | 79.81º | 0.86% | 0.96% | - |
| XYZ | 50.33 | 73.94 | 13.21 | - |
| YUV | 199.54 | 35.14 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 35 | 0.28 | 0 | 0.86 | 0.04 | 79.81 | 0.9 | 0.55 |
| Hex | AF | F4 | 23 | 1C | 0 | 56 | 4 | 50 | 5A | 37 |
| Octal | 257 | 364 | 43 | 34 | 0 | 126 | 4 | 120 | 132 | 67 |
| Binary | 10101111 | 11110100 | 100011 | 11100 | 0 | 1010110 | 100 | 1010000 | 1011010 | 110111 |
Color Harmonies of #AFF423
Complementary color
Monochromatic Colors of #AFF423
Black with #AFF423
Text Example
Text Example
White with #AFF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF423; }
p { color: rgb(175,244,35); }
H1.HeaderClassName
{
color: #AFF423;
}
.AnyTagClassName
{
color: #AFF423;
}
</style>
background-color css
<style>
a { background-color: #AFF423; }
a { background-color: rgb(175,244,35); }
div.DivClassName
{
background-color: #AFF423;
}
.BgClassName
{
background-color: #AFF423;
}
</style>
border-color css
<style>
span { border-color: #AFF423; }
span { border-color: rgb(175,244,35); }
td.TdClassName
{
border-color: #AFF423;
}
.TagClassName
{
border-color: #AFF423;
}
</style>