Shades of Inch Worm #C3DE00
Tints of Inch Worm #C3DE00
RGB
CMYK
RGB Variations
Color information
#C3DE00 (or 0xC3DE00) is known color: Inch Worm. HEX triplet: C3, DE and 00. RGB value is (195,222,0). Sum of RGB (Red+Green+Blue) = 195+222+0=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DE00 is #3C21FF. Grayscale: #BDBDBD. Windows color (decimal): -3940864 or 57027. OLE color: 57027.
HSL color Cylindrical-coordinate representation of color #C3DE00: hue angle of 67.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3DE00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.13 |
| HSL | 67.3º | 1% | 0.44% | - |
| HSV(B) | 67.3º | 1% | 0.87% | - |
| XYZ | 48.63 | 63.84 | 9.76 | - |
| YUV | 188.62 | 21.55 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 0 | 0.12 | 0 | 1 | 0.13 | 67.3 | 1 | 0.44 |
| Hex | C3 | DE | 0 | C | 0 | 64 | D | 43 | 64 | 2C |
| Octal | 303 | 336 | 0 | 14 | 0 | 144 | 15 | 103 | 144 | 54 |
| Binary | 11000011 | 11011110 | 0 | 1100 | 0 | 1100100 | 1101 | 1000011 | 1100100 | 101100 |
Color Harmonies of #C3DE00
Complementary color
Monochromatic Colors of #C3DE00
Black with #C3DE00
Text Example
Text Example
White with #C3DE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DE00; }
p { color: rgb(195,222,0); }
H1.HeaderClassName
{
color: #C3DE00;
}
.AnyTagClassName
{
color: #C3DE00;
}
</style>
background-color css
<style>
a { background-color: #C3DE00; }
a { background-color: rgb(195,222,0); }
div.DivClassName
{
background-color: #C3DE00;
}
.BgClassName
{
background-color: #C3DE00;
}
</style>
border-color css
<style>
span { border-color: #C3DE00; }
span { border-color: rgb(195,222,0); }
td.TdClassName
{
border-color: #C3DE00;
}
.TagClassName
{
border-color: #C3DE00;
}
</style>