Shades of Green Yellow #AFFE23
Tints of Green Yellow #AFFE23
RGB
CMYK
RGB Variations
Color information
#AFFE23 (or 0xAFFE23) is known color: Green Yellow. HEX triplet: AF, FE and 23. RGB value is (175,254,35). Sum of RGB (Red+Green+Blue) = 175+254+35=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE23 is #5001DC. Grayscale: #CECECE. Windows color (decimal): -5243357 or 2358959. OLE color: 2358959.
HSL color Cylindrical-coordinate representation of color #AFFE23: hue angle of 81.64º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFFE23 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 35 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.00 |
| HSL | 81.64º | 0.99% | 0.57% | - |
| HSV(B) | 81.64º | 0.86% | 1% | - |
| XYZ | 53.42 | 80.12 | 14.24 | - |
| YUV | 205.41 | 31.83 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 35 | 0.31 | 0 | 0.86 | 0.00 | 81.64 | 0.99 | 0.57 |
| Hex | AF | FE | 23 | 1F | 0 | 56 | 0 | 52 | 63 | 39 |
| Octal | 257 | 376 | 43 | 37 | 0 | 126 | 0 | 122 | 143 | 71 |
| Binary | 10101111 | 11111110 | 100011 | 11111 | 0 | 1010110 | 0 | 1010010 | 1100011 | 111001 |
Color Harmonies of #AFFE23
Complementary color
Monochromatic Colors of #AFFE23
Black with #AFFE23
Text Example
Text Example
White with #AFFE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFE23; }
p { color: rgb(175,254,35); }
H1.HeaderClassName
{
color: #AFFE23;
}
.AnyTagClassName
{
color: #AFFE23;
}
</style>
background-color css
<style>
a { background-color: #AFFE23; }
a { background-color: rgb(175,254,35); }
div.DivClassName
{
background-color: #AFFE23;
}
.BgClassName
{
background-color: #AFFE23;
}
</style>
border-color css
<style>
span { border-color: #AFFE23; }
span { border-color: rgb(175,254,35); }
td.TdClassName
{
border-color: #AFFE23;
}
.TagClassName
{
border-color: #AFFE23;
}
</style>