Shades of Inch Worm #AFDD25
Tints of Inch Worm #AFDD25
RGB
CMYK
RGB Variations
Color information
#AFDD25 (or 0xAFDD25) is known color: Inch Worm. HEX triplet: AF, DD and 25. RGB value is (175,221,37). Sum of RGB (Red+Green+Blue) = 175+221+37=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD25 is #5022DA. Grayscale: #BABABA. Windows color (decimal): -5251803 or 2481583. OLE color: 2481583.
HSL color Cylindrical-coordinate representation of color #AFDD25: hue angle of 75º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFDD25 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 37 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.13 |
| HSL | 75º | 0.73% | 0.51% | - |
| HSV(B) | 75º | 0.83% | 0.87% | - |
| XYZ | 43.87 | 60.96 | 11.2 | - |
| YUV | 186.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 37 | 0.21 | 0 | 0.83 | 0.13 | 75 | 0.73 | 0.51 |
| Hex | AF | DD | 25 | 15 | 0 | 53 | D | 4B | 49 | 33 |
| Octal | 257 | 335 | 45 | 25 | 0 | 123 | 15 | 113 | 111 | 63 |
| Binary | 10101111 | 11011101 | 100101 | 10101 | 0 | 1010011 | 1101 | 1001011 | 1001001 | 110011 |
Color Harmonies of #AFDD25
Complementary color
Monochromatic Colors of #AFDD25
Black with #AFDD25
Text Example
Text Example
White with #AFDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD25; }
p { color: rgb(175,221,37); }
H1.HeaderClassName
{
color: #AFDD25;
}
.AnyTagClassName
{
color: #AFDD25;
}
</style>
background-color css
<style>
a { background-color: #AFDD25; }
a { background-color: rgb(175,221,37); }
div.DivClassName
{
background-color: #AFDD25;
}
.BgClassName
{
background-color: #AFDD25;
}
</style>
border-color css
<style>
span { border-color: #AFDD25; }
span { border-color: rgb(175,221,37); }
td.TdClassName
{
border-color: #AFDD25;
}
.TagClassName
{
border-color: #AFDD25;
}
</style>