Shades of Green Yellow #AFFF30
Tints of Green Yellow #AFFF30
RGB
CMYK
RGB Variations
Color information
#AFFF30 (or 0xAFFF30) is known color: Green Yellow. HEX triplet: AF, FF and 30. RGB value is (175,255,48). Sum of RGB (Red+Green+Blue) = 175+255+48=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF30 is #5000CF. Grayscale: #D0D0D0. Windows color (decimal): -5243088 or 3211183. OLE color: 3211183.
HSL color Cylindrical-coordinate representation of color #AFFF30: hue angle of 83.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFFF30 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 48 | - |
| CMYK | 0.31 | 0 | 0.81 | 0 |
| HSL | 83.19º | 1% | 0.59% | - |
| HSV(B) | 83.19º | 0.81% | 1% | - |
| XYZ | 53.97 | 80.85 | 15.56 | - |
| YUV | 207.48 | 38 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 48 | 0.31 | 0 | 0.81 | 0 | 83.19 | 1 | 0.59 |
| Hex | AF | FF | 30 | 1F | 0 | 51 | 0 | 53 | 64 | 3B |
| Octal | 257 | 377 | 60 | 37 | 0 | 121 | 0 | 123 | 144 | 73 |
| Binary | 10101111 | 11111111 | 110000 | 11111 | 0 | 1010001 | 0 | 1010011 | 1100100 | 111011 |
Color Harmonies of #AFFF30
Complementary color
Monochromatic Colors of #AFFF30
Black with #AFFF30
Text Example
Text Example
White with #AFFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF30; }
p { color: rgb(175,255,48); }
H1.HeaderClassName
{
color: #AFFF30;
}
.AnyTagClassName
{
color: #AFFF30;
}
</style>
background-color css
<style>
a { background-color: #AFFF30; }
a { background-color: rgb(175,255,48); }
div.DivClassName
{
background-color: #AFFF30;
}
.BgClassName
{
background-color: #AFFF30;
}
</style>
border-color css
<style>
span { border-color: #AFFF30; }
span { border-color: rgb(175,255,48); }
td.TdClassName
{
border-color: #AFFF30;
}
.TagClassName
{
border-color: #AFFF30;
}
</style>