Shades of Inch Worm #C3D90E
Tints of Inch Worm #C3D90E
RGB
CMYK
RGB Variations
Color information
#C3D90E (or 0xC3D90E) is known color: Inch Worm. HEX triplet: C3, D9 and 0E. RGB value is (195,217,14). Sum of RGB (Red+Green+Blue) = 195+217+14=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D90E is #3C26F1. Grayscale: #BCBCBC. Windows color (decimal): -3942130 or 973251. OLE color: 973251.
HSL color Cylindrical-coordinate representation of color #C3D90E: hue angle of 66.5º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3D90E is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 217 | 14 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.15 |
| HSL | 66.5º | 0.88% | 0.45% | - |
| HSV(B) | 66.5º | 0.94% | 0.85% | - |
| XYZ | 47.4 | 61.26 | 9.74 | - |
| YUV | 187.28 | 30.21 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 217 | 14 | 0.10 | 0 | 0.94 | 0.15 | 66.5 | 0.88 | 0.45 |
| Hex | C3 | D9 | E | A | 0 | 5E | F | 43 | 58 | 2D |
| Octal | 303 | 331 | 16 | 12 | 0 | 136 | 17 | 103 | 130 | 55 |
| Binary | 11000011 | 11011001 | 1110 | 1010 | 0 | 1011110 | 1111 | 1000011 | 1011000 | 101101 |
Color Harmonies of #C3D90E
Complementary color
Monochromatic Colors of #C3D90E
Black with #C3D90E
Text Example
Text Example
White with #C3D90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D90E; }
p { color: rgb(195,217,14); }
H1.HeaderClassName
{
color: #C3D90E;
}
.AnyTagClassName
{
color: #C3D90E;
}
</style>
background-color css
<style>
a { background-color: #C3D90E; }
a { background-color: rgb(195,217,14); }
div.DivClassName
{
background-color: #C3D90E;
}
.BgClassName
{
background-color: #C3D90E;
}
</style>
border-color css
<style>
span { border-color: #C3D90E; }
span { border-color: rgb(195,217,14); }
td.TdClassName
{
border-color: #C3D90E;
}
.TagClassName
{
border-color: #C3D90E;
}
</style>