Shades of Inch Worm #AFE728
Tints of Inch Worm #AFE728
RGB
CMYK
RGB Variations
Color information
#AFE728 (or 0xAFE728) is known color: Inch Worm. HEX triplet: AF, E7 and 28. RGB value is (175,231,40). Sum of RGB (Red+Green+Blue) = 175+231+40=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE728 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE728 is #5018D7. Grayscale: #C1C1C1. Windows color (decimal): -5249240 or 2680751. OLE color: 2680751.
HSL color Cylindrical-coordinate representation of color #AFE728: hue angle of 77.59º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFE728 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 40 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.09 |
| HSL | 77.59º | 0.8% | 0.53% | - |
| HSV(B) | 77.59º | 0.83% | 0.91% | - |
| XYZ | 46.64 | 66.42 | 12.37 | - |
| YUV | 192.48 | 41.95 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 40 | 0.24 | 0 | 0.83 | 0.09 | 77.59 | 0.8 | 0.53 |
| Hex | AF | E7 | 28 | 18 | 0 | 53 | 9 | 4E | 50 | 35 |
| Octal | 257 | 347 | 50 | 30 | 0 | 123 | 11 | 116 | 120 | 65 |
| Binary | 10101111 | 11100111 | 101000 | 11000 | 0 | 1010011 | 1001 | 1001110 | 1010000 | 110101 |
Color Harmonies of #AFE728
Complementary color
Monochromatic Colors of #AFE728
Black with #AFE728
Text Example
Text Example
White with #AFE728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE728; }
p { color: rgb(175,231,40); }
H1.HeaderClassName
{
color: #AFE728;
}
.AnyTagClassName
{
color: #AFE728;
}
</style>
background-color css
<style>
a { background-color: #AFE728; }
a { background-color: rgb(175,231,40); }
div.DivClassName
{
background-color: #AFE728;
}
.BgClassName
{
background-color: #AFE728;
}
</style>
border-color css
<style>
span { border-color: #AFE728; }
span { border-color: rgb(175,231,40); }
td.TdClassName
{
border-color: #AFE728;
}
.TagClassName
{
border-color: #AFE728;
}
</style>