Shades of Green Yellow #AFF630
Tints of Green Yellow #AFF630
RGB
CMYK
RGB Variations
Color information
#AFF630 (or 0xAFF630) is known color: Green Yellow. HEX triplet: AF, F6 and 30. RGB value is (175,246,48). Sum of RGB (Red+Green+Blue) = 175+246+48=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF630 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF630 is #5009CF. Grayscale: #CACACA. Windows color (decimal): -5245392 or 3208879. OLE color: 3208879.
HSL color Cylindrical-coordinate representation of color #AFF630: hue angle of 81.52º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFF630 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 48 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.04 |
| HSL | 81.52º | 0.92% | 0.58% | - |
| HSV(B) | 81.52º | 0.8% | 0.96% | - |
| XYZ | 51.17 | 75.24 | 14.62 | - |
| YUV | 202.2 | 40.98 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 48 | 0.29 | 0 | 0.80 | 0.04 | 81.52 | 0.92 | 0.58 |
| Hex | AF | F6 | 30 | 1D | 0 | 50 | 4 | 52 | 5C | 3A |
| Octal | 257 | 366 | 60 | 35 | 0 | 120 | 4 | 122 | 134 | 72 |
| Binary | 10101111 | 11110110 | 110000 | 11101 | 0 | 1010000 | 100 | 1010010 | 1011100 | 111010 |
Color Harmonies of #AFF630
Complementary color
Monochromatic Colors of #AFF630
Black with #AFF630
Text Example
Text Example
White with #AFF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF630; }
p { color: rgb(175,246,48); }
H1.HeaderClassName
{
color: #AFF630;
}
.AnyTagClassName
{
color: #AFF630;
}
</style>
background-color css
<style>
a { background-color: #AFF630; }
a { background-color: rgb(175,246,48); }
div.DivClassName
{
background-color: #AFF630;
}
.BgClassName
{
background-color: #AFF630;
}
</style>
border-color css
<style>
span { border-color: #AFF630; }
span { border-color: rgb(175,246,48); }
td.TdClassName
{
border-color: #AFF630;
}
.TagClassName
{
border-color: #AFF630;
}
</style>