Shades of Inch Worm #AFF111
Tints of Inch Worm #AFF111
RGB
CMYK
RGB Variations
Color information
#AFF111 (or 0xAFF111) is known color: Inch Worm. HEX triplet: AF, F1 and 11. RGB value is (175,241,17). Sum of RGB (Red+Green+Blue) = 175+241+17=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF111 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF111 is #500EEE. Grayscale: #C4C4C4. Windows color (decimal): -5246703 or 1175983. OLE color: 1175983.
HSL color Cylindrical-coordinate representation of color #AFF111: hue angle of 77.68º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF111 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 17 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.05 |
| HSL | 77.68º | 0.89% | 0.51% | - |
| HSV(B) | 77.68º | 0.93% | 0.95% | - |
| XYZ | 49.24 | 72.07 | 11.85 | - |
| YUV | 195.73 | 27.13 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 17 | 0.27 | 0 | 0.93 | 0.05 | 77.68 | 0.89 | 0.51 |
| Hex | AF | F1 | 11 | 1B | 0 | 5D | 5 | 4E | 59 | 33 |
| Octal | 257 | 361 | 21 | 33 | 0 | 135 | 5 | 116 | 131 | 63 |
| Binary | 10101111 | 11110001 | 10001 | 11011 | 0 | 1011101 | 101 | 1001110 | 1011001 | 110011 |
Color Harmonies of #AFF111
Complementary color
Monochromatic Colors of #AFF111
Black with #AFF111
Text Example
Text Example
White with #AFF111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF111; }
p { color: rgb(175,241,17); }
H1.HeaderClassName
{
color: #AFF111;
}
.AnyTagClassName
{
color: #AFF111;
}
</style>
background-color css
<style>
a { background-color: #AFF111; }
a { background-color: rgb(175,241,17); }
div.DivClassName
{
background-color: #AFF111;
}
.BgClassName
{
background-color: #AFF111;
}
</style>
border-color css
<style>
span { border-color: #AFF111; }
span { border-color: rgb(175,241,17); }
td.TdClassName
{
border-color: #AFF111;
}
.TagClassName
{
border-color: #AFF111;
}
</style>