Shades of Inch Worm #C2ED0D
Tints of Inch Worm #C2ED0D
RGB
CMYK
RGB Variations
Color information
#C2ED0D (or 0xC2ED0D) is known color: Inch Worm. HEX triplet: C2, ED and 0D. RGB value is (194,237,13). Sum of RGB (Red+Green+Blue) = 194+237+13=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2ED0D is #3D12F2. Grayscale: #C7C7C7. Windows color (decimal): -4002547 or 912834. OLE color: 912834.
HSL color Cylindrical-coordinate representation of color #C2ED0D: hue angle of 71.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2ED0D is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 13 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.07 |
| HSL | 71.52º | 0.9% | 0.49% | - |
| HSV(B) | 71.52º | 0.95% | 0.93% | - |
| XYZ | 52.6 | 72.07 | 11.52 | - |
| YUV | 198.61 | 23.25 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 13 | 0.18 | 0 | 0.95 | 0.07 | 71.52 | 0.9 | 0.49 |
| Hex | C2 | ED | D | 12 | 0 | 5F | 7 | 48 | 5A | 31 |
| Octal | 302 | 355 | 15 | 22 | 0 | 137 | 7 | 110 | 132 | 61 |
| Binary | 11000010 | 11101101 | 1101 | 10010 | 0 | 1011111 | 111 | 1001000 | 1011010 | 110001 |
Color Harmonies of #C2ED0D
Complementary color
Monochromatic Colors of #C2ED0D
Black with #C2ED0D
Text Example
Text Example
White with #C2ED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED0D; }
p { color: rgb(194,237,13); }
H1.HeaderClassName
{
color: #C2ED0D;
}
.AnyTagClassName
{
color: #C2ED0D;
}
</style>
background-color css
<style>
a { background-color: #C2ED0D; }
a { background-color: rgb(194,237,13); }
div.DivClassName
{
background-color: #C2ED0D;
}
.BgClassName
{
background-color: #C2ED0D;
}
</style>
border-color css
<style>
span { border-color: #C2ED0D; }
span { border-color: rgb(194,237,13); }
td.TdClassName
{
border-color: #C2ED0D;
}
.TagClassName
{
border-color: #C2ED0D;
}
</style>