Shades of Inch Worm #A5DF25
Tints of Inch Worm #A5DF25
RGB
CMYK
RGB Variations
Color information
#A5DF25 (or 0xA5DF25) is known color: Inch Worm. HEX triplet: A5, DF and 25. RGB value is (165,223,37). Sum of RGB (Red+Green+Blue) = 165+223+37=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DF25 is #5A20DA. Grayscale: #B9B9B9. Windows color (decimal): -5906651 or 2482085. OLE color: 2482085.
HSL color Cylindrical-coordinate representation of color #A5DF25: hue angle of 78.71º degrees, saturation: 0.74, 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 #A5DF25 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 37 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.13 |
| HSL | 78.71º | 0.74% | 0.51% | - |
| HSV(B) | 78.71º | 0.83% | 0.87% | - |
| XYZ | 42.24 | 60.91 | 11.28 | - |
| YUV | 184.45 | 44.78 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 37 | 0.26 | 0 | 0.83 | 0.13 | 78.71 | 0.74 | 0.51 |
| Hex | A5 | DF | 25 | 1A | 0 | 53 | D | 4F | 4A | 33 |
| Octal | 245 | 337 | 45 | 32 | 0 | 123 | 15 | 117 | 112 | 63 |
| Binary | 10100101 | 11011111 | 100101 | 11010 | 0 | 1010011 | 1101 | 1001111 | 1001010 | 110011 |
Color Harmonies of #A5DF25
Complementary color
Monochromatic Colors of #A5DF25
Black with #A5DF25
Text Example
Text Example
White with #A5DF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF25; }
p { color: rgb(165,223,37); }
H1.HeaderClassName
{
color: #A5DF25;
}
.AnyTagClassName
{
color: #A5DF25;
}
</style>
background-color css
<style>
a { background-color: #A5DF25; }
a { background-color: rgb(165,223,37); }
div.DivClassName
{
background-color: #A5DF25;
}
.BgClassName
{
background-color: #A5DF25;
}
</style>
border-color css
<style>
span { border-color: #A5DF25; }
span { border-color: rgb(165,223,37); }
td.TdClassName
{
border-color: #A5DF25;
}
.TagClassName
{
border-color: #A5DF25;
}
</style>