Shades of Inch Worm #C5DE04
Tints of Inch Worm #C5DE04
RGB
CMYK
RGB Variations
Color information
#C5DE04 (or 0xC5DE04) is known color: Inch Worm. HEX triplet: C5, DE and 04. RGB value is (197,222,4). Sum of RGB (Red+Green+Blue) = 197+222+4=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DE04 is #3A21FB. Grayscale: #BEBEBE. Windows color (decimal): -3809788 or 319173. OLE color: 319173.
HSL color Cylindrical-coordinate representation of color #C5DE04: hue angle of 66.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5DE04 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.13 |
| HSL | 66.88º | 0.96% | 0.44% | - |
| HSV(B) | 66.88º | 0.98% | 0.87% | - |
| XYZ | 49.17 | 64.12 | 9.9 | - |
| YUV | 189.67 | 23.22 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 4 | 0.11 | 0 | 0.98 | 0.13 | 66.88 | 0.96 | 0.44 |
| Hex | C5 | DE | 4 | B | 0 | 62 | D | 43 | 60 | 2C |
| Octal | 305 | 336 | 4 | 13 | 0 | 142 | 15 | 103 | 140 | 54 |
| Binary | 11000101 | 11011110 | 100 | 1011 | 0 | 1100010 | 1101 | 1000011 | 1100000 | 101100 |
Color Harmonies of #C5DE04
Complementary color
Monochromatic Colors of #C5DE04
Black with #C5DE04
Text Example
Text Example
White with #C5DE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE04; }
p { color: rgb(197,222,4); }
H1.HeaderClassName
{
color: #C5DE04;
}
.AnyTagClassName
{
color: #C5DE04;
}
</style>
background-color css
<style>
a { background-color: #C5DE04; }
a { background-color: rgb(197,222,4); }
div.DivClassName
{
background-color: #C5DE04;
}
.BgClassName
{
background-color: #C5DE04;
}
</style>
border-color css
<style>
span { border-color: #C5DE04; }
span { border-color: rgb(197,222,4); }
td.TdClassName
{
border-color: #C5DE04;
}
.TagClassName
{
border-color: #C5DE04;
}
</style>