Shades of Inch Worm #AFDD23
Tints of Inch Worm #AFDD23
RGB
CMYK
RGB Variations
Color information
#AFDD23 (or 0xAFDD23) is known color: Inch Worm. HEX triplet: AF, DD and 23. RGB value is (175,221,35). Sum of RGB (Red+Green+Blue) = 175+221+35=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 35 (14.06% from 255 or 8.12% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD23 is #5022DC. Grayscale: #BABABA. Windows color (decimal): -5251805 or 2350511. OLE color: 2350511.
HSL color Cylindrical-coordinate representation of color #AFDD23: hue angle of 74.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFDD23 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 35 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.13 |
| HSL | 74.84º | 0.73% | 0.5% | - |
| HSV(B) | 74.84º | 0.84% | 0.87% | - |
| XYZ | 43.84 | 60.95 | 11.04 | - |
| YUV | 186.04 | 42.76 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 35 | 0.21 | 0 | 0.84 | 0.13 | 74.84 | 0.73 | 0.5 |
| Hex | AF | DD | 23 | 15 | 0 | 54 | D | 4B | 49 | 32 |
| Octal | 257 | 335 | 43 | 25 | 0 | 124 | 15 | 113 | 111 | 62 |
| Binary | 10101111 | 11011101 | 100011 | 10101 | 0 | 1010100 | 1101 | 1001011 | 1001001 | 110010 |
Color Harmonies of #AFDD23
Complementary color
Monochromatic Colors of #AFDD23
Black with #AFDD23
Text Example
Text Example
White with #AFDD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD23; }
p { color: rgb(175,221,35); }
H1.HeaderClassName
{
color: #AFDD23;
}
.AnyTagClassName
{
color: #AFDD23;
}
</style>
background-color css
<style>
a { background-color: #AFDD23; }
a { background-color: rgb(175,221,35); }
div.DivClassName
{
background-color: #AFDD23;
}
.BgClassName
{
background-color: #AFDD23;
}
</style>
border-color css
<style>
span { border-color: #AFDD23; }
span { border-color: rgb(175,221,35); }
td.TdClassName
{
border-color: #AFDD23;
}
.TagClassName
{
border-color: #AFDD23;
}
</style>