Shades of Inch Worm #C3DE15
Tints of Inch Worm #C3DE15
RGB
CMYK
RGB Variations
Color information
#C3DE15 (or 0xC3DE15) is known color: Inch Worm. HEX triplet: C3, DE and 15. RGB value is (195,222,21). Sum of RGB (Red+Green+Blue) = 195+222+21=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DE15 is #3C21EA. Grayscale: #BFBFBF. Windows color (decimal): -3940843 or 1433283. OLE color: 1433283.
HSL color Cylindrical-coordinate representation of color #C3DE15: hue angle of 68.06º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3DE15 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 21 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.13 |
| HSL | 68.06º | 0.83% | 0.48% | - |
| HSV(B) | 68.06º | 0.91% | 0.87% | - |
| XYZ | 48.76 | 63.9 | 10.47 | - |
| YUV | 191.01 | 32.05 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 21 | 0.12 | 0 | 0.91 | 0.13 | 68.06 | 0.83 | 0.48 |
| Hex | C3 | DE | 15 | C | 0 | 5B | D | 44 | 53 | 30 |
| Octal | 303 | 336 | 25 | 14 | 0 | 133 | 15 | 104 | 123 | 60 |
| Binary | 11000011 | 11011110 | 10101 | 1100 | 0 | 1011011 | 1101 | 1000100 | 1010011 | 110000 |
Color Harmonies of #C3DE15
Complementary color
Monochromatic Colors of #C3DE15
Black with #C3DE15
Text Example
Text Example
White with #C3DE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DE15; }
p { color: rgb(195,222,21); }
H1.HeaderClassName
{
color: #C3DE15;
}
.AnyTagClassName
{
color: #C3DE15;
}
</style>
background-color css
<style>
a { background-color: #C3DE15; }
a { background-color: rgb(195,222,21); }
div.DivClassName
{
background-color: #C3DE15;
}
.BgClassName
{
background-color: #C3DE15;
}
</style>
border-color css
<style>
span { border-color: #C3DE15; }
span { border-color: rgb(195,222,21); }
td.TdClassName
{
border-color: #C3DE15;
}
.TagClassName
{
border-color: #C3DE15;
}
</style>