Shades of Inch Worm #AFE303
Tints of Inch Worm #AFE303
RGB
CMYK
RGB Variations
Color information
#AFE303 (or 0xAFE303) is known color: Inch Worm. HEX triplet: AF, E3 and 03. RGB value is (175,227,3). Sum of RGB (Red+Green+Blue) = 175+227+3=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 227 (89.06% from 255 or 56.05% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE303 is #501CFC. Grayscale: #BABABA. Windows color (decimal): -5250301 or 254895. OLE color: 254895.
HSL color Cylindrical-coordinate representation of color #AFE303: hue angle of 73.93º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFE303 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.11 |
| HSL | 73.93º | 0.97% | 0.45% | - |
| HSV(B) | 73.93º | 0.99% | 0.89% | - |
| XYZ | 45.16 | 64.06 | 10.07 | - |
| YUV | 185.92 | 24.77 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 3 | 0.23 | 0 | 0.99 | 0.11 | 73.93 | 0.97 | 0.45 |
| Hex | AF | E3 | 3 | 17 | 0 | 63 | B | 4A | 61 | 2D |
| Octal | 257 | 343 | 3 | 27 | 0 | 143 | 13 | 112 | 141 | 55 |
| Binary | 10101111 | 11100011 | 11 | 10111 | 0 | 1100011 | 1011 | 1001010 | 1100001 | 101101 |
Color Harmonies of #AFE303
Complementary color
Monochromatic Colors of #AFE303
Black with #AFE303
Text Example
Text Example
White with #AFE303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE303; }
p { color: rgb(175,227,3); }
H1.HeaderClassName
{
color: #AFE303;
}
.AnyTagClassName
{
color: #AFE303;
}
</style>
background-color css
<style>
a { background-color: #AFE303; }
a { background-color: rgb(175,227,3); }
div.DivClassName
{
background-color: #AFE303;
}
.BgClassName
{
background-color: #AFE303;
}
</style>
border-color css
<style>
span { border-color: #AFE303; }
span { border-color: rgb(175,227,3); }
td.TdClassName
{
border-color: #AFE303;
}
.TagClassName
{
border-color: #AFE303;
}
</style>