Shades of Inch Worm #C2EB1D
Tints of Inch Worm #C2EB1D
RGB
CMYK
RGB Variations
Color information
#C2EB1D (or 0xC2EB1D) is known color: Inch Worm. HEX triplet: C2, EB and 1D. RGB value is (194,235,29). Sum of RGB (Red+Green+Blue) = 194+235+29=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB1D is #3D14E2. Grayscale: #C8C8C8. Windows color (decimal): -4003043 or 1960898. OLE color: 1960898.
HSL color Cylindrical-coordinate representation of color #C2EB1D: hue angle of 71.94º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2EB1D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 29 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.08 |
| HSL | 71.94º | 0.84% | 0.52% | - |
| HSV(B) | 71.94º | 0.88% | 0.92% | - |
| XYZ | 52.18 | 70.97 | 12.11 | - |
| YUV | 199.26 | 31.92 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 29 | 0.17 | 0 | 0.88 | 0.08 | 71.94 | 0.84 | 0.52 |
| Hex | C2 | EB | 1D | 11 | 0 | 58 | 8 | 48 | 54 | 34 |
| Octal | 302 | 353 | 35 | 21 | 0 | 130 | 10 | 110 | 124 | 64 |
| Binary | 11000010 | 11101011 | 11101 | 10001 | 0 | 1011000 | 1000 | 1001000 | 1010100 | 110100 |
Color Harmonies of #C2EB1D
Complementary color
Monochromatic Colors of #C2EB1D
Black with #C2EB1D
Text Example
Text Example
White with #C2EB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB1D; }
p { color: rgb(194,235,29); }
H1.HeaderClassName
{
color: #C2EB1D;
}
.AnyTagClassName
{
color: #C2EB1D;
}
</style>
background-color css
<style>
a { background-color: #C2EB1D; }
a { background-color: rgb(194,235,29); }
div.DivClassName
{
background-color: #C2EB1D;
}
.BgClassName
{
background-color: #C2EB1D;
}
</style>
border-color css
<style>
span { border-color: #C2EB1D; }
span { border-color: rgb(194,235,29); }
td.TdClassName
{
border-color: #C2EB1D;
}
.TagClassName
{
border-color: #C2EB1D;
}
</style>