Shades of Green Yellow #AFFF45
Tints of Green Yellow #AFFF45
RGB
CMYK
RGB Variations
Color information
#AFFF45 (or 0xAFFF45) is known color: Green Yellow. HEX triplet: AF, FF and 45. RGB value is (175,255,69). Sum of RGB (Red+Green+Blue) = 175+255+69=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF45 is #5000BA. Grayscale: #D2D2D2. Windows color (decimal): -5243067 or 4587439. OLE color: 4587439.
HSL color Cylindrical-coordinate representation of color #AFFF45: hue angle of 85.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFFF45 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 69 | - |
| CMYK | 0.31 | 0 | 0.73 | 0 |
| HSL | 85.81º | 1% | 0.64% | - |
| HSV(B) | 85.81º | 0.73% | 1% | - |
| XYZ | 54.51 | 81.06 | 18.4 | - |
| YUV | 209.88 | 48.5 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 69 | 0.31 | 0 | 0.73 | 0 | 85.81 | 1 | 0.64 |
| Hex | AF | FF | 45 | 1F | 0 | 49 | 0 | 56 | 64 | 40 |
| Octal | 257 | 377 | 105 | 37 | 0 | 111 | 0 | 126 | 144 | 100 |
| Binary | 10101111 | 11111111 | 1000101 | 11111 | 0 | 1001001 | 0 | 1010110 | 1100100 | 1000000 |
Color Harmonies of #AFFF45
Complementary color
Monochromatic Colors of #AFFF45
Black with #AFFF45
Text Example
Text Example
White with #AFFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF45; }
p { color: rgb(175,255,69); }
H1.HeaderClassName
{
color: #AFFF45;
}
.AnyTagClassName
{
color: #AFFF45;
}
</style>
background-color css
<style>
a { background-color: #AFFF45; }
a { background-color: rgb(175,255,69); }
div.DivClassName
{
background-color: #AFFF45;
}
.BgClassName
{
background-color: #AFFF45;
}
</style>
border-color css
<style>
span { border-color: #AFFF45; }
span { border-color: rgb(175,255,69); }
td.TdClassName
{
border-color: #AFFF45;
}
.TagClassName
{
border-color: #AFFF45;
}
</style>