Shades of Green Yellow #AFFF42
Tints of Green Yellow #AFFF42
RGB
CMYK
RGB Variations
Color information
#AFFF42 (or 0xAFFF42) is known color: Green Yellow. HEX triplet: AF, FF and 42. RGB value is (175,255,66). Sum of RGB (Red+Green+Blue) = 175+255+66=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF42 is #5000BD. Grayscale: #D2D2D2. Windows color (decimal): -5243070 or 4390831. OLE color: 4390831.
HSL color Cylindrical-coordinate representation of color #AFFF42: hue angle of 85.4º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFFF42 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 66 | - |
| CMYK | 0.31 | 0 | 0.74 | 0 |
| HSL | 85.4º | 1% | 0.63% | - |
| HSV(B) | 85.4º | 0.74% | 1% | - |
| XYZ | 54.42 | 81.03 | 17.93 | - |
| YUV | 209.53 | 47 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 66 | 0.31 | 0 | 0.74 | 0 | 85.4 | 1 | 0.63 |
| Hex | AF | FF | 42 | 1F | 0 | 4A | 0 | 55 | 64 | 3F |
| Octal | 257 | 377 | 102 | 37 | 0 | 112 | 0 | 125 | 144 | 77 |
| Binary | 10101111 | 11111111 | 1000010 | 11111 | 0 | 1001010 | 0 | 1010101 | 1100100 | 111111 |
Color Harmonies of #AFFF42
Complementary color
Monochromatic Colors of #AFFF42
Black with #AFFF42
Text Example
Text Example
White with #AFFF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF42; }
p { color: rgb(175,255,66); }
H1.HeaderClassName
{
color: #AFFF42;
}
.AnyTagClassName
{
color: #AFFF42;
}
</style>
background-color css
<style>
a { background-color: #AFFF42; }
a { background-color: rgb(175,255,66); }
div.DivClassName
{
background-color: #AFFF42;
}
.BgClassName
{
background-color: #AFFF42;
}
</style>
border-color css
<style>
span { border-color: #AFFF42; }
span { border-color: rgb(175,255,66); }
td.TdClassName
{
border-color: #AFFF42;
}
.TagClassName
{
border-color: #AFFF42;
}
</style>