Shades of Inch Worm #AFDD07
Tints of Inch Worm #AFDD07
RGB
CMYK
RGB Variations
Color information
#AFDD07 (or 0xAFDD07) is known color: Inch Worm. HEX triplet: AF, DD and 07. RGB value is (175,221,7). Sum of RGB (Red+Green+Blue) = 175+221+7=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD07 is #5022F8. Grayscale: #B7B7B7. Windows color (decimal): -5251833 or 515503. OLE color: 515503.
HSL color Cylindrical-coordinate representation of color #AFDD07: hue angle of 72.9º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFDD07 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 7 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.13 |
| HSL | 72.9º | 0.94% | 0.45% | - |
| HSV(B) | 72.9º | 0.97% | 0.87% | - |
| XYZ | 43.57 | 60.84 | 9.65 | - |
| YUV | 182.85 | 28.76 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 7 | 0.21 | 0 | 0.97 | 0.13 | 72.9 | 0.94 | 0.45 |
| Hex | AF | DD | 7 | 15 | 0 | 61 | D | 49 | 5E | 2D |
| Octal | 257 | 335 | 7 | 25 | 0 | 141 | 15 | 111 | 136 | 55 |
| Binary | 10101111 | 11011101 | 111 | 10101 | 0 | 1100001 | 1101 | 1001001 | 1011110 | 101101 |
Color Harmonies of #AFDD07
Complementary color
Monochromatic Colors of #AFDD07
Black with #AFDD07
Text Example
Text Example
White with #AFDD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD07; }
p { color: rgb(175,221,7); }
H1.HeaderClassName
{
color: #AFDD07;
}
.AnyTagClassName
{
color: #AFDD07;
}
</style>
background-color css
<style>
a { background-color: #AFDD07; }
a { background-color: rgb(175,221,7); }
div.DivClassName
{
background-color: #AFDD07;
}
.BgClassName
{
background-color: #AFDD07;
}
</style>
border-color css
<style>
span { border-color: #AFDD07; }
span { border-color: rgb(175,221,7); }
td.TdClassName
{
border-color: #AFDD07;
}
.TagClassName
{
border-color: #AFDD07;
}
</style>