Shades of Inch Worm #AFD50C
Tints of Inch Worm #AFD50C
RGB
CMYK
RGB Variations
Color information
#AFD50C (or 0xAFD50C) is known color: Inch Worm. HEX triplet: AF, D5 and 0C. RGB value is (175,213,12). Sum of RGB (Red+Green+Blue) = 175+213+12=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD50C is #502AF3. Grayscale: #B3B3B3. Windows color (decimal): -5253876 or 841135. OLE color: 841135.
HSL color Cylindrical-coordinate representation of color #AFD50C: hue angle of 71.34º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFD50C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 213 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.16 |
| HSL | 71.34º | 0.89% | 0.44% | - |
| HSV(B) | 71.34º | 0.94% | 0.84% | - |
| XYZ | 41.54 | 56.73 | 9.11 | - |
| YUV | 178.72 | 33.91 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 12 | 0.18 | 0 | 0.94 | 0.16 | 71.34 | 0.89 | 0.44 |
| Hex | AF | D5 | C | 12 | 0 | 5E | 10 | 47 | 59 | 2C |
| Octal | 257 | 325 | 14 | 22 | 0 | 136 | 20 | 107 | 131 | 54 |
| Binary | 10101111 | 11010101 | 1100 | 10010 | 0 | 1011110 | 10000 | 1000111 | 1011001 | 101100 |
Color Harmonies of #AFD50C
Complementary color
Monochromatic Colors of #AFD50C
Black with #AFD50C
Text Example
Text Example
White with #AFD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD50C; }
p { color: rgb(175,213,12); }
H1.HeaderClassName
{
color: #AFD50C;
}
.AnyTagClassName
{
color: #AFD50C;
}
</style>
background-color css
<style>
a { background-color: #AFD50C; }
a { background-color: rgb(175,213,12); }
div.DivClassName
{
background-color: #AFD50C;
}
.BgClassName
{
background-color: #AFD50C;
}
</style>
border-color css
<style>
span { border-color: #AFD50C; }
span { border-color: rgb(175,213,12); }
td.TdClassName
{
border-color: #AFD50C;
}
.TagClassName
{
border-color: #AFD50C;
}
</style>