Shades of Green Yellow #AFFF25
Tints of Green Yellow #AFFF25
RGB
CMYK
RGB Variations
Color information
#AFFF25 (or 0xAFFF25) is known color: Green Yellow. HEX triplet: AF, FF and 25. RGB value is (175,255,37). Sum of RGB (Red+Green+Blue) = 175+255+37=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF25 is #5000DA. Grayscale: #CFCFCF. Windows color (decimal): -5243099 or 2490287. OLE color: 2490287.
HSL color Cylindrical-coordinate representation of color #AFFF25: hue angle of 82.02º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFFF25 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 37 | - |
| CMYK | 0.31 | 0 | 0.85 | 0 |
| HSL | 82.02º | 1% | 0.57% | - |
| HSV(B) | 82.02º | 0.85% | 1% | - |
| XYZ | 53.77 | 80.77 | 14.51 | - |
| YUV | 206.23 | 32.5 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 37 | 0.31 | 0 | 0.85 | 0 | 82.02 | 1 | 0.57 |
| Hex | AF | FF | 25 | 1F | 0 | 55 | 0 | 52 | 64 | 39 |
| Octal | 257 | 377 | 45 | 37 | 0 | 125 | 0 | 122 | 144 | 71 |
| Binary | 10101111 | 11111111 | 100101 | 11111 | 0 | 1010101 | 0 | 1010010 | 1100100 | 111001 |
Color Harmonies of #AFFF25
Complementary color
Monochromatic Colors of #AFFF25
Black with #AFFF25
Text Example
Text Example
White with #AFFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF25; }
p { color: rgb(175,255,37); }
H1.HeaderClassName
{
color: #AFFF25;
}
.AnyTagClassName
{
color: #AFFF25;
}
</style>
background-color css
<style>
a { background-color: #AFFF25; }
a { background-color: rgb(175,255,37); }
div.DivClassName
{
background-color: #AFFF25;
}
.BgClassName
{
background-color: #AFFF25;
}
</style>
border-color css
<style>
span { border-color: #AFFF25; }
span { border-color: rgb(175,255,37); }
td.TdClassName
{
border-color: #AFFF25;
}
.TagClassName
{
border-color: #AFFF25;
}
</style>