Shades of Inch Worm #C5DF10
Tints of Inch Worm #C5DF10
RGB
CMYK
RGB Variations
Color information
#C5DF10 (or 0xC5DF10) is known color: Inch Worm. HEX triplet: C5, DF and 10. RGB value is (197,223,16). Sum of RGB (Red+Green+Blue) = 197+223+16=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DF10 is #3A20EF. Grayscale: #C0C0C0. Windows color (decimal): -3809520 or 1105861. OLE color: 1105861.
HSL color Cylindrical-coordinate representation of color #C5DF10: hue angle of 67.54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5DF10 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.13 |
| HSL | 67.54º | 0.87% | 0.47% | - |
| HSV(B) | 67.54º | 0.93% | 0.87% | - |
| XYZ | 49.51 | 64.68 | 10.37 | - |
| YUV | 191.63 | 28.89 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 16 | 0.12 | 0 | 0.93 | 0.13 | 67.54 | 0.87 | 0.47 |
| Hex | C5 | DF | 10 | C | 0 | 5D | D | 44 | 57 | 2F |
| Octal | 305 | 337 | 20 | 14 | 0 | 135 | 15 | 104 | 127 | 57 |
| Binary | 11000101 | 11011111 | 10000 | 1100 | 0 | 1011101 | 1101 | 1000100 | 1010111 | 101111 |
Color Harmonies of #C5DF10
Complementary color
Monochromatic Colors of #C5DF10
Black with #C5DF10
Text Example
Text Example
White with #C5DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF10; }
p { color: rgb(197,223,16); }
H1.HeaderClassName
{
color: #C5DF10;
}
.AnyTagClassName
{
color: #C5DF10;
}
</style>
background-color css
<style>
a { background-color: #C5DF10; }
a { background-color: rgb(197,223,16); }
div.DivClassName
{
background-color: #C5DF10;
}
.BgClassName
{
background-color: #C5DF10;
}
</style>
border-color css
<style>
span { border-color: #C5DF10; }
span { border-color: rgb(197,223,16); }
td.TdClassName
{
border-color: #C5DF10;
}
.TagClassName
{
border-color: #C5DF10;
}
</style>