Shades of Inch Worm #C3DE16
Tints of Inch Worm #C3DE16
RGB
CMYK
RGB Variations
Color information
#C3DE16 (or 0xC3DE16) is known color: Inch Worm. HEX triplet: C3, DE and 16. RGB value is (195,222,22). Sum of RGB (Red+Green+Blue) = 195+222+22=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DE16 is #3C21E9. Grayscale: #BFBFBF. Windows color (decimal): -3940842 or 1498819. OLE color: 1498819.
HSL color Cylindrical-coordinate representation of color #C3DE16: hue angle of 68.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3DE16 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.13 |
| HSL | 68.1º | 0.82% | 0.48% | - |
| HSV(B) | 68.1º | 0.9% | 0.87% | - |
| XYZ | 48.77 | 63.9 | 10.52 | - |
| YUV | 191.13 | 32.55 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 22 | 0.12 | 0 | 0.90 | 0.13 | 68.1 | 0.82 | 0.48 |
| Hex | C3 | DE | 16 | C | 0 | 5A | D | 44 | 52 | 30 |
| Octal | 303 | 336 | 26 | 14 | 0 | 132 | 15 | 104 | 122 | 60 |
| Binary | 11000011 | 11011110 | 10110 | 1100 | 0 | 1011010 | 1101 | 1000100 | 1010010 | 110000 |
Color Harmonies of #C3DE16
Complementary color
Monochromatic Colors of #C3DE16
Black with #C3DE16
Text Example
Text Example
White with #C3DE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DE16; }
p { color: rgb(195,222,22); }
H1.HeaderClassName
{
color: #C3DE16;
}
.AnyTagClassName
{
color: #C3DE16;
}
</style>
background-color css
<style>
a { background-color: #C3DE16; }
a { background-color: rgb(195,222,22); }
div.DivClassName
{
background-color: #C3DE16;
}
.BgClassName
{
background-color: #C3DE16;
}
</style>
border-color css
<style>
span { border-color: #C3DE16; }
span { border-color: rgb(195,222,22); }
td.TdClassName
{
border-color: #C3DE16;
}
.TagClassName
{
border-color: #C3DE16;
}
</style>