Shades of Inch Worm #AFDD1C
Tints of Inch Worm #AFDD1C
RGB
CMYK
RGB Variations
Color information
#AFDD1C (or 0xAFDD1C) is known color: Inch Worm. HEX triplet: AF, DD and 1C. RGB value is (175,221,28). Sum of RGB (Red+Green+Blue) = 175+221+28=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD1C is #5022E3. Grayscale: #B9B9B9. Windows color (decimal): -5251812 or 1891759. OLE color: 1891759.
HSL color Cylindrical-coordinate representation of color #AFDD1C: hue angle of 74.3º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFDD1C is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 28 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.13 |
| HSL | 74.3º | 0.78% | 0.49% | - |
| HSV(B) | 74.3º | 0.87% | 0.87% | - |
| XYZ | 43.75 | 60.91 | 10.55 | - |
| YUV | 185.24 | 39.26 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 28 | 0.21 | 0 | 0.87 | 0.13 | 74.3 | 0.78 | 0.49 |
| Hex | AF | DD | 1C | 15 | 0 | 57 | D | 4A | 4E | 31 |
| Octal | 257 | 335 | 34 | 25 | 0 | 127 | 15 | 112 | 116 | 61 |
| Binary | 10101111 | 11011101 | 11100 | 10101 | 0 | 1010111 | 1101 | 1001010 | 1001110 | 110001 |
Color Harmonies of #AFDD1C
Complementary color
Monochromatic Colors of #AFDD1C
Black with #AFDD1C
Text Example
Text Example
White with #AFDD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD1C; }
p { color: rgb(175,221,28); }
H1.HeaderClassName
{
color: #AFDD1C;
}
.AnyTagClassName
{
color: #AFDD1C;
}
</style>
background-color css
<style>
a { background-color: #AFDD1C; }
a { background-color: rgb(175,221,28); }
div.DivClassName
{
background-color: #AFDD1C;
}
.BgClassName
{
background-color: #AFDD1C;
}
</style>
border-color css
<style>
span { border-color: #AFDD1C; }
span { border-color: rgb(175,221,28); }
td.TdClassName
{
border-color: #AFDD1C;
}
.TagClassName
{
border-color: #AFDD1C;
}
</style>