Shades of Inch Worm #AFDF15
Tints of Inch Worm #AFDF15
RGB
CMYK
RGB Variations
Color information
#AFDF15 (or 0xAFDF15) is known color: Inch Worm. HEX triplet: AF, DF and 15. RGB value is (175,223,21). Sum of RGB (Red+Green+Blue) = 175+223+21=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF15 is #5020EA. Grayscale: #BABABA. Windows color (decimal): -5251307 or 1433519. OLE color: 1433519.
HSL color Cylindrical-coordinate representation of color #AFDF15: hue angle of 74.26º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFDF15 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 21 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.13 |
| HSL | 74.26º | 0.83% | 0.48% | - |
| HSV(B) | 74.26º | 0.91% | 0.87% | - |
| XYZ | 44.2 | 61.94 | 10.34 | - |
| YUV | 185.62 | 35.1 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 21 | 0.22 | 0 | 0.91 | 0.13 | 74.26 | 0.83 | 0.48 |
| Hex | AF | DF | 15 | 16 | 0 | 5B | D | 4A | 53 | 30 |
| Octal | 257 | 337 | 25 | 26 | 0 | 133 | 15 | 112 | 123 | 60 |
| Binary | 10101111 | 11011111 | 10101 | 10110 | 0 | 1011011 | 1101 | 1001010 | 1010011 | 110000 |
Color Harmonies of #AFDF15
Complementary color
Monochromatic Colors of #AFDF15
Black with #AFDF15
Text Example
Text Example
White with #AFDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF15; }
p { color: rgb(175,223,21); }
H1.HeaderClassName
{
color: #AFDF15;
}
.AnyTagClassName
{
color: #AFDF15;
}
</style>
background-color css
<style>
a { background-color: #AFDF15; }
a { background-color: rgb(175,223,21); }
div.DivClassName
{
background-color: #AFDF15;
}
.BgClassName
{
background-color: #AFDF15;
}
</style>
border-color css
<style>
span { border-color: #AFDF15; }
span { border-color: rgb(175,223,21); }
td.TdClassName
{
border-color: #AFDF15;
}
.TagClassName
{
border-color: #AFDF15;
}
</style>