Shades of Inch Worm #AFD30E
Tints of Inch Worm #AFD30E
RGB
CMYK
RGB Variations
Color information
#AFD30E (or 0xAFD30E) is known color: Inch Worm. HEX triplet: AF, D3 and 0E. RGB value is (175,211,14). Sum of RGB (Red+Green+Blue) = 175+211+14=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 211 (82.81% from 255 or 52.75% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD30E is #502CF1. Grayscale: #B2B2B2. Windows color (decimal): -5254386 or 971695. OLE color: 971695.
HSL color Cylindrical-coordinate representation of color #AFD30E: hue angle of 70.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFD30E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 14 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.17 |
| HSL | 70.96º | 0.88% | 0.44% | - |
| HSV(B) | 70.96º | 0.93% | 0.83% | - |
| XYZ | 41.05 | 55.73 | 9.01 | - |
| YUV | 177.78 | 35.57 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 14 | 0.17 | 0 | 0.93 | 0.17 | 70.96 | 0.88 | 0.44 |
| Hex | AF | D3 | E | 11 | 0 | 5D | 11 | 47 | 58 | 2C |
| Octal | 257 | 323 | 16 | 21 | 0 | 135 | 21 | 107 | 130 | 54 |
| Binary | 10101111 | 11010011 | 1110 | 10001 | 0 | 1011101 | 10001 | 1000111 | 1011000 | 101100 |
Color Harmonies of #AFD30E
Complementary color
Monochromatic Colors of #AFD30E
Black with #AFD30E
Text Example
Text Example
White with #AFD30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD30E; }
p { color: rgb(175,211,14); }
H1.HeaderClassName
{
color: #AFD30E;
}
.AnyTagClassName
{
color: #AFD30E;
}
</style>
background-color css
<style>
a { background-color: #AFD30E; }
a { background-color: rgb(175,211,14); }
div.DivClassName
{
background-color: #AFD30E;
}
.BgClassName
{
background-color: #AFD30E;
}
</style>
border-color css
<style>
span { border-color: #AFD30E; }
span { border-color: rgb(175,211,14); }
td.TdClassName
{
border-color: #AFD30E;
}
.TagClassName
{
border-color: #AFD30E;
}
</style>