Shades of Inch Worm #AFDD1E
Tints of Inch Worm #AFDD1E
RGB
CMYK
RGB Variations
Color information
#AFDD1E (or 0xAFDD1E) is known color: Inch Worm. HEX triplet: AF, DD and 1E. RGB value is (175,221,30). Sum of RGB (Red+Green+Blue) = 175+221+30=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD1E is #5022E1. Grayscale: #BABABA. Windows color (decimal): -5251810 or 2022831. OLE color: 2022831.
HSL color Cylindrical-coordinate representation of color #AFDD1E: hue angle of 74.45º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFDD1E is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 30 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.13 |
| HSL | 74.45º | 0.76% | 0.49% | - |
| HSV(B) | 74.45º | 0.86% | 0.87% | - |
| XYZ | 43.77 | 60.92 | 10.68 | - |
| YUV | 185.47 | 40.26 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 30 | 0.21 | 0 | 0.86 | 0.13 | 74.45 | 0.76 | 0.49 |
| Hex | AF | DD | 1E | 15 | 0 | 56 | D | 4A | 4C | 31 |
| Octal | 257 | 335 | 36 | 25 | 0 | 126 | 15 | 112 | 114 | 61 |
| Binary | 10101111 | 11011101 | 11110 | 10101 | 0 | 1010110 | 1101 | 1001010 | 1001100 | 110001 |
Color Harmonies of #AFDD1E
Complementary color
Monochromatic Colors of #AFDD1E
Black with #AFDD1E
Text Example
Text Example
White with #AFDD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD1E; }
p { color: rgb(175,221,30); }
H1.HeaderClassName
{
color: #AFDD1E;
}
.AnyTagClassName
{
color: #AFDD1E;
}
</style>
background-color css
<style>
a { background-color: #AFDD1E; }
a { background-color: rgb(175,221,30); }
div.DivClassName
{
background-color: #AFDD1E;
}
.BgClassName
{
background-color: #AFDD1E;
}
</style>
border-color css
<style>
span { border-color: #AFDD1E; }
span { border-color: rgb(175,221,30); }
td.TdClassName
{
border-color: #AFDD1E;
}
.TagClassName
{
border-color: #AFDD1E;
}
</style>