Shades of Green Yellow #AFF530
Tints of Green Yellow #AFF530
RGB
CMYK
RGB Variations
Color information
#AFF530 (or 0xAFF530) is known color: Green Yellow. HEX triplet: AF, F5 and 30. RGB value is (175,245,48). Sum of RGB (Red+Green+Blue) = 175+245+48=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF530 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF530 is #500ACF. Grayscale: #CACACA. Windows color (decimal): -5245648 or 3208623. OLE color: 3208623.
HSL color Cylindrical-coordinate representation of color #AFF530: hue angle of 81.32º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFF530 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 48 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.04 |
| HSL | 81.32º | 0.91% | 0.57% | - |
| HSV(B) | 81.32º | 0.8% | 0.96% | - |
| XYZ | 50.87 | 74.63 | 14.52 | - |
| YUV | 201.61 | 41.31 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 48 | 0.29 | 0 | 0.80 | 0.04 | 81.32 | 0.91 | 0.57 |
| Hex | AF | F5 | 30 | 1D | 0 | 50 | 4 | 51 | 5B | 39 |
| Octal | 257 | 365 | 60 | 35 | 0 | 120 | 4 | 121 | 133 | 71 |
| Binary | 10101111 | 11110101 | 110000 | 11101 | 0 | 1010000 | 100 | 1010001 | 1011011 | 111001 |
Color Harmonies of #AFF530
Complementary color
Monochromatic Colors of #AFF530
Black with #AFF530
Text Example
Text Example
White with #AFF530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF530; }
p { color: rgb(175,245,48); }
H1.HeaderClassName
{
color: #AFF530;
}
.AnyTagClassName
{
color: #AFF530;
}
</style>
background-color css
<style>
a { background-color: #AFF530; }
a { background-color: rgb(175,245,48); }
div.DivClassName
{
background-color: #AFF530;
}
.BgClassName
{
background-color: #AFF530;
}
</style>
border-color css
<style>
span { border-color: #AFF530; }
span { border-color: rgb(175,245,48); }
td.TdClassName
{
border-color: #AFF530;
}
.TagClassName
{
border-color: #AFF530;
}
</style>