Shades of Inch Worm #C5DD0A
Tints of Inch Worm #C5DD0A
RGB
CMYK
RGB Variations
Color information
#C5DD0A (or 0xC5DD0A) is known color: Inch Worm. HEX triplet: C5, DD and 0A. RGB value is (197,221,10). Sum of RGB (Red+Green+Blue) = 197+221+10=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DD0A is #3A22F5. Grayscale: #BEBEBE. Windows color (decimal): -3810038 or 712133. OLE color: 712133.
HSL color Cylindrical-coordinate representation of color #C5DD0A: hue angle of 66.82º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5DD0A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.13 |
| HSL | 66.82º | 0.91% | 0.45% | - |
| HSV(B) | 66.82º | 0.95% | 0.87% | - |
| XYZ | 48.94 | 63.61 | 9.98 | - |
| YUV | 189.77 | 26.55 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 10 | 0.11 | 0 | 0.95 | 0.13 | 66.82 | 0.91 | 0.45 |
| Hex | C5 | DD | A | B | 0 | 5F | D | 43 | 5B | 2D |
| Octal | 305 | 335 | 12 | 13 | 0 | 137 | 15 | 103 | 133 | 55 |
| Binary | 11000101 | 11011101 | 1010 | 1011 | 0 | 1011111 | 1101 | 1000011 | 1011011 | 101101 |
Color Harmonies of #C5DD0A
Complementary color
Monochromatic Colors of #C5DD0A
Black with #C5DD0A
Text Example
Text Example
White with #C5DD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD0A; }
p { color: rgb(197,221,10); }
H1.HeaderClassName
{
color: #C5DD0A;
}
.AnyTagClassName
{
color: #C5DD0A;
}
</style>
background-color css
<style>
a { background-color: #C5DD0A; }
a { background-color: rgb(197,221,10); }
div.DivClassName
{
background-color: #C5DD0A;
}
.BgClassName
{
background-color: #C5DD0A;
}
</style>
border-color css
<style>
span { border-color: #C5DD0A; }
span { border-color: rgb(197,221,10); }
td.TdClassName
{
border-color: #C5DD0A;
}
.TagClassName
{
border-color: #C5DD0A;
}
</style>