Shades of Inch Worm #C5DE12
Tints of Inch Worm #C5DE12
RGB
CMYK
RGB Variations
Color information
#C5DE12 (or 0xC5DE12) is known color: Inch Worm. HEX triplet: C5, DE and 12. RGB value is (197,222,18). Sum of RGB (Red+Green+Blue) = 197+222+18=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DE12 is #3A21ED. Grayscale: #C0C0C0. Windows color (decimal): -3809774 or 1236677. OLE color: 1236677.
HSL color Cylindrical-coordinate representation of color #C5DE12: hue angle of 67.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5DE12 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.13 |
| HSL | 67.35º | 0.85% | 0.47% | - |
| HSV(B) | 67.35º | 0.92% | 0.87% | - |
| XYZ | 49.26 | 64.16 | 10.36 | - |
| YUV | 191.27 | 30.22 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 18 | 0.11 | 0 | 0.92 | 0.13 | 67.35 | 0.85 | 0.47 |
| Hex | C5 | DE | 12 | B | 0 | 5C | D | 43 | 55 | 2F |
| Octal | 305 | 336 | 22 | 13 | 0 | 134 | 15 | 103 | 125 | 57 |
| Binary | 11000101 | 11011110 | 10010 | 1011 | 0 | 1011100 | 1101 | 1000011 | 1010101 | 101111 |
Color Harmonies of #C5DE12
Complementary color
Monochromatic Colors of #C5DE12
Black with #C5DE12
Text Example
Text Example
White with #C5DE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE12; }
p { color: rgb(197,222,18); }
H1.HeaderClassName
{
color: #C5DE12;
}
.AnyTagClassName
{
color: #C5DE12;
}
</style>
background-color css
<style>
a { background-color: #C5DE12; }
a { background-color: rgb(197,222,18); }
div.DivClassName
{
background-color: #C5DE12;
}
.BgClassName
{
background-color: #C5DE12;
}
</style>
border-color css
<style>
span { border-color: #C5DE12; }
span { border-color: rgb(197,222,18); }
td.TdClassName
{
border-color: #C5DE12;
}
.TagClassName
{
border-color: #C5DE12;
}
</style>