Shades of Inch Worm #AFE313
Tints of Inch Worm #AFE313
RGB
CMYK
RGB Variations
Color information
#AFE313 (or 0xAFE313) is known color: Inch Worm. HEX triplet: AF, E3 and 13. RGB value is (175,227,19). Sum of RGB (Red+Green+Blue) = 175+227+19=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE313 is #501CEC. Grayscale: #BCBCBC. Windows color (decimal): -5250285 or 1303471. OLE color: 1303471.
HSL color Cylindrical-coordinate representation of color #AFE313: hue angle of 75º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFE313 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 19 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.11 |
| HSL | 75º | 0.85% | 0.48% | - |
| HSV(B) | 75º | 0.92% | 0.89% | - |
| XYZ | 45.27 | 64.1 | 10.6 | - |
| YUV | 187.74 | 32.77 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 19 | 0.23 | 0 | 0.92 | 0.11 | 75 | 0.85 | 0.48 |
| Hex | AF | E3 | 13 | 17 | 0 | 5C | B | 4B | 55 | 30 |
| Octal | 257 | 343 | 23 | 27 | 0 | 134 | 13 | 113 | 125 | 60 |
| Binary | 10101111 | 11100011 | 10011 | 10111 | 0 | 1011100 | 1011 | 1001011 | 1010101 | 110000 |
Color Harmonies of #AFE313
Complementary color
Monochromatic Colors of #AFE313
Black with #AFE313
Text Example
Text Example
White with #AFE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE313; }
p { color: rgb(175,227,19); }
H1.HeaderClassName
{
color: #AFE313;
}
.AnyTagClassName
{
color: #AFE313;
}
</style>
background-color css
<style>
a { background-color: #AFE313; }
a { background-color: rgb(175,227,19); }
div.DivClassName
{
background-color: #AFE313;
}
.BgClassName
{
background-color: #AFE313;
}
</style>
border-color css
<style>
span { border-color: #AFE313; }
span { border-color: rgb(175,227,19); }
td.TdClassName
{
border-color: #AFE313;
}
.TagClassName
{
border-color: #AFE313;
}
</style>