Shades of Green Yellow #AFFF33
Tints of Green Yellow #AFFF33
RGB
CMYK
RGB Variations
Color information
#AFFF33 (or 0xAFFF33) is known color: Green Yellow. HEX triplet: AF, FF and 33. RGB value is (175,255,51). Sum of RGB (Red+Green+Blue) = 175+255+51=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF33 is #5000CC. Grayscale: #D0D0D0. Windows color (decimal): -5243085 or 3407791. OLE color: 3407791.
HSL color Cylindrical-coordinate representation of color #AFFF33: hue angle of 83.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFFF33 is Cyan = 0.31, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 51 | - |
| CMYK | 0.31 | 0 | 0.8 | 0 |
| HSL | 83.53º | 1% | 0.6% | - |
| HSV(B) | 83.53º | 0.8% | 1% | - |
| XYZ | 54.04 | 80.87 | 15.89 | - |
| YUV | 207.82 | 39.5 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 51 | 0.31 | 0 | 0.8 | 0 | 83.53 | 1 | 0.6 |
| Hex | AF | FF | 33 | 1F | 0 | 50 | 0 | 54 | 64 | 3C |
| Octal | 257 | 377 | 63 | 37 | 0 | 120 | 0 | 124 | 144 | 74 |
| Binary | 10101111 | 11111111 | 110011 | 11111 | 0 | 1010000 | 0 | 1010100 | 1100100 | 111100 |
Color Harmonies of #AFFF33
Complementary color
Monochromatic Colors of #AFFF33
Black with #AFFF33
Text Example
Text Example
White with #AFFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF33; }
p { color: rgb(175,255,51); }
H1.HeaderClassName
{
color: #AFFF33;
}
.AnyTagClassName
{
color: #AFFF33;
}
</style>
background-color css
<style>
a { background-color: #AFFF33; }
a { background-color: rgb(175,255,51); }
div.DivClassName
{
background-color: #AFFF33;
}
.BgClassName
{
background-color: #AFFF33;
}
</style>
border-color css
<style>
span { border-color: #AFFF33; }
span { border-color: rgb(175,255,51); }
td.TdClassName
{
border-color: #AFFF33;
}
.TagClassName
{
border-color: #AFFF33;
}
</style>