Shades of Inch Worm #C5DC15
Tints of Inch Worm #C5DC15
RGB
CMYK
RGB Variations
Color information
#C5DC15 (or 0xC5DC15) is known color: Inch Worm. HEX triplet: C5, DC and 15. RGB value is (197,220,21). Sum of RGB (Red+Green+Blue) = 197+220+21=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DC15 is #3A23EA. Grayscale: #BFBFBF. Windows color (decimal): -3810283 or 1432773. OLE color: 1432773.
HSL color Cylindrical-coordinate representation of color #C5DC15: hue angle of 66.93º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5DC15 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 21 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.14 |
| HSL | 66.93º | 0.83% | 0.47% | - |
| HSV(B) | 66.93º | 0.9% | 0.86% | - |
| XYZ | 48.75 | 63.11 | 10.32 | - |
| YUV | 190.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 21 | 0.10 | 0 | 0.90 | 0.14 | 66.93 | 0.83 | 0.47 |
| Hex | C5 | DC | 15 | A | 0 | 5A | E | 43 | 53 | 2F |
| Octal | 305 | 334 | 25 | 12 | 0 | 132 | 16 | 103 | 123 | 57 |
| Binary | 11000101 | 11011100 | 10101 | 1010 | 0 | 1011010 | 1110 | 1000011 | 1010011 | 101111 |
Color Harmonies of #C5DC15
Complementary color
Monochromatic Colors of #C5DC15
Black with #C5DC15
Text Example
Text Example
White with #C5DC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC15; }
p { color: rgb(197,220,21); }
H1.HeaderClassName
{
color: #C5DC15;
}
.AnyTagClassName
{
color: #C5DC15;
}
</style>
background-color css
<style>
a { background-color: #C5DC15; }
a { background-color: rgb(197,220,21); }
div.DivClassName
{
background-color: #C5DC15;
}
.BgClassName
{
background-color: #C5DC15;
}
</style>
border-color css
<style>
span { border-color: #C5DC15; }
span { border-color: rgb(197,220,21); }
td.TdClassName
{
border-color: #C5DC15;
}
.TagClassName
{
border-color: #C5DC15;
}
</style>