Shades of Inch Worm #AFE319
Tints of Inch Worm #AFE319
RGB
CMYK
RGB Variations
Color information
#AFE319 (or 0xAFE319) is known color: Inch Worm. HEX triplet: AF, E3 and 19. RGB value is (175,227,25). Sum of RGB (Red+Green+Blue) = 175+227+25=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 227 (89.06% from 255 or 53.16% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE319 is #501CE6. Grayscale: #BDBDBD. Windows color (decimal): -5250279 or 1696687. OLE color: 1696687.
HSL color Cylindrical-coordinate representation of color #AFE319: hue angle of 75.45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFE319 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 25 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.11 |
| HSL | 75.45º | 0.8% | 0.49% | - |
| HSV(B) | 75.45º | 0.89% | 0.89% | - |
| XYZ | 45.32 | 64.12 | 10.91 | - |
| YUV | 188.42 | 35.77 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 25 | 0.23 | 0 | 0.89 | 0.11 | 75.45 | 0.8 | 0.49 |
| Hex | AF | E3 | 19 | 17 | 0 | 59 | B | 4B | 50 | 31 |
| Octal | 257 | 343 | 31 | 27 | 0 | 131 | 13 | 113 | 120 | 61 |
| Binary | 10101111 | 11100011 | 11001 | 10111 | 0 | 1011001 | 1011 | 1001011 | 1010000 | 110001 |
Color Harmonies of #AFE319
Complementary color
Monochromatic Colors of #AFE319
Black with #AFE319
Text Example
Text Example
White with #AFE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE319; }
p { color: rgb(175,227,25); }
H1.HeaderClassName
{
color: #AFE319;
}
.AnyTagClassName
{
color: #AFE319;
}
</style>
background-color css
<style>
a { background-color: #AFE319; }
a { background-color: rgb(175,227,25); }
div.DivClassName
{
background-color: #AFE319;
}
.BgClassName
{
background-color: #AFE319;
}
</style>
border-color css
<style>
span { border-color: #AFE319; }
span { border-color: rgb(175,227,25); }
td.TdClassName
{
border-color: #AFE319;
}
.TagClassName
{
border-color: #AFE319;
}
</style>