Shades of Inch Worm #AFDB24
Tints of Inch Worm #AFDB24
RGB
CMYK
RGB Variations
Color information
#AFDB24 (or 0xAFDB24) is known color: Inch Worm. HEX triplet: AF, DB and 24. RGB value is (175,219,36). Sum of RGB (Red+Green+Blue) = 175+219+36=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB24 is #5024DB. Grayscale: #B9B9B9. Windows color (decimal): -5252316 or 2415535. OLE color: 2415535.
HSL color Cylindrical-coordinate representation of color #AFDB24: hue angle of 74.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFDB24 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 36 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.14 |
| HSL | 74.43º | 0.72% | 0.5% | - |
| HSV(B) | 74.43º | 0.84% | 0.86% | - |
| XYZ | 43.33 | 59.9 | 10.95 | - |
| YUV | 184.98 | 43.92 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 36 | 0.20 | 0 | 0.84 | 0.14 | 74.43 | 0.72 | 0.5 |
| Hex | AF | DB | 24 | 14 | 0 | 54 | E | 4A | 48 | 32 |
| Octal | 257 | 333 | 44 | 24 | 0 | 124 | 16 | 112 | 110 | 62 |
| Binary | 10101111 | 11011011 | 100100 | 10100 | 0 | 1010100 | 1110 | 1001010 | 1001000 | 110010 |
Color Harmonies of #AFDB24
Complementary color
Monochromatic Colors of #AFDB24
Black with #AFDB24
Text Example
Text Example
White with #AFDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB24; }
p { color: rgb(175,219,36); }
H1.HeaderClassName
{
color: #AFDB24;
}
.AnyTagClassName
{
color: #AFDB24;
}
</style>
background-color css
<style>
a { background-color: #AFDB24; }
a { background-color: rgb(175,219,36); }
div.DivClassName
{
background-color: #AFDB24;
}
.BgClassName
{
background-color: #AFDB24;
}
</style>
border-color css
<style>
span { border-color: #AFDB24; }
span { border-color: rgb(175,219,36); }
td.TdClassName
{
border-color: #AFDB24;
}
.TagClassName
{
border-color: #AFDB24;
}
</style>