Shades of Inch Worm #AFE628
Tints of Inch Worm #AFE628
RGB
CMYK
RGB Variations
Color information
#AFE628 (or 0xAFE628) is known color: Inch Worm. HEX triplet: AF, E6 and 28. RGB value is (175,230,40). Sum of RGB (Red+Green+Blue) = 175+230+40=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE628 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE628 is #5019D7. Grayscale: #C0C0C0. Windows color (decimal): -5249496 or 2680495. OLE color: 2680495.
HSL color Cylindrical-coordinate representation of color #AFE628: hue angle of 77.37º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFE628 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 40 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.10 |
| HSL | 77.37º | 0.79% | 0.53% | - |
| HSV(B) | 77.37º | 0.83% | 0.9% | - |
| XYZ | 46.36 | 65.86 | 12.28 | - |
| YUV | 191.9 | 42.28 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 40 | 0.24 | 0 | 0.83 | 0.10 | 77.37 | 0.79 | 0.53 |
| Hex | AF | E6 | 28 | 18 | 0 | 53 | A | 4D | 4F | 35 |
| Octal | 257 | 346 | 50 | 30 | 0 | 123 | 12 | 115 | 117 | 65 |
| Binary | 10101111 | 11100110 | 101000 | 11000 | 0 | 1010011 | 1010 | 1001101 | 1001111 | 110101 |
Color Harmonies of #AFE628
Complementary color
Monochromatic Colors of #AFE628
Black with #AFE628
Text Example
Text Example
White with #AFE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE628; }
p { color: rgb(175,230,40); }
H1.HeaderClassName
{
color: #AFE628;
}
.AnyTagClassName
{
color: #AFE628;
}
</style>
background-color css
<style>
a { background-color: #AFE628; }
a { background-color: rgb(175,230,40); }
div.DivClassName
{
background-color: #AFE628;
}
.BgClassName
{
background-color: #AFE628;
}
</style>
border-color css
<style>
span { border-color: #AFE628; }
span { border-color: rgb(175,230,40); }
td.TdClassName
{
border-color: #AFE628;
}
.TagClassName
{
border-color: #AFE628;
}
</style>