Shades of Green Yellow #AFFF2D
Tints of Green Yellow #AFFF2D
RGB
CMYK
RGB Variations
Color information
#AFFF2D (or 0xAFFF2D) is known color: Green Yellow. HEX triplet: AF, FF and 2D. RGB value is (175,255,45). Sum of RGB (Red+Green+Blue) = 175+255+45=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF2D is #5000D2. Grayscale: #CFCFCF. Windows color (decimal): -5243091 or 3014575. OLE color: 3014575.
HSL color Cylindrical-coordinate representation of color #AFFF2D: hue angle of 82.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFFF2D is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 45 | - |
| CMYK | 0.31 | 0 | 0.82 | 0 |
| HSL | 82.86º | 1% | 0.59% | - |
| HSV(B) | 82.86º | 0.82% | 1% | - |
| XYZ | 53.91 | 80.82 | 15.24 | - |
| YUV | 207.14 | 36.5 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 45 | 0.31 | 0 | 0.82 | 0 | 82.86 | 1 | 0.59 |
| Hex | AF | FF | 2D | 1F | 0 | 52 | 0 | 53 | 64 | 3B |
| Octal | 257 | 377 | 55 | 37 | 0 | 122 | 0 | 123 | 144 | 73 |
| Binary | 10101111 | 11111111 | 101101 | 11111 | 0 | 1010010 | 0 | 1010011 | 1100100 | 111011 |
Color Harmonies of #AFFF2D
Complementary color
Monochromatic Colors of #AFFF2D
Black with #AFFF2D
Text Example
Text Example
White with #AFFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF2D; }
p { color: rgb(175,255,45); }
H1.HeaderClassName
{
color: #AFFF2D;
}
.AnyTagClassName
{
color: #AFFF2D;
}
</style>
background-color css
<style>
a { background-color: #AFFF2D; }
a { background-color: rgb(175,255,45); }
div.DivClassName
{
background-color: #AFFF2D;
}
.BgClassName
{
background-color: #AFFF2D;
}
</style>
border-color css
<style>
span { border-color: #AFFF2D; }
span { border-color: rgb(175,255,45); }
td.TdClassName
{
border-color: #AFFF2D;
}
.TagClassName
{
border-color: #AFFF2D;
}
</style>