Shades of Green Yellow #AFFF1D
Tints of Green Yellow #AFFF1D
RGB
CMYK
RGB Variations
Color information
#AFFF1D (or 0xAFFF1D) is known color: Green Yellow. HEX triplet: AF, FF and 1D. RGB value is (175,255,29). Sum of RGB (Red+Green+Blue) = 175+255+29=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF1D is #5000E2. Grayscale: #CECECE. Windows color (decimal): -5243107 or 1965999. OLE color: 1965999.
HSL color Cylindrical-coordinate representation of color #AFFF1D: hue angle of 81.24º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFFF1D is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 29 | - |
| CMYK | 0.31 | 0 | 0.89 | 0 |
| HSL | 81.24º | 1% | 0.56% | - |
| HSV(B) | 81.24º | 0.89% | 1% | - |
| XYZ | 53.66 | 80.72 | 13.92 | - |
| YUV | 205.32 | 28.5 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 29 | 0.31 | 0 | 0.89 | 0 | 81.24 | 1 | 0.56 |
| Hex | AF | FF | 1D | 1F | 0 | 59 | 0 | 51 | 64 | 38 |
| Octal | 257 | 377 | 35 | 37 | 0 | 131 | 0 | 121 | 144 | 70 |
| Binary | 10101111 | 11111111 | 11101 | 11111 | 0 | 1011001 | 0 | 1010001 | 1100100 | 111000 |
Color Harmonies of #AFFF1D
Complementary color
Monochromatic Colors of #AFFF1D
Black with #AFFF1D
Text Example
Text Example
White with #AFFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF1D; }
p { color: rgb(175,255,29); }
H1.HeaderClassName
{
color: #AFFF1D;
}
.AnyTagClassName
{
color: #AFFF1D;
}
</style>
background-color css
<style>
a { background-color: #AFFF1D; }
a { background-color: rgb(175,255,29); }
div.DivClassName
{
background-color: #AFFF1D;
}
.BgClassName
{
background-color: #AFFF1D;
}
</style>
border-color css
<style>
span { border-color: #AFFF1D; }
span { border-color: rgb(175,255,29); }
td.TdClassName
{
border-color: #AFFF1D;
}
.TagClassName
{
border-color: #AFFF1D;
}
</style>