Shades of Inch Worm #C0ED23
Tints of Inch Worm #C0ED23
RGB
CMYK
RGB Variations
Color information
#C0ED23 (or 0xC0ED23) is known color: Inch Worm. HEX triplet: C0, ED and 23. RGB value is (192,237,35). Sum of RGB (Red+Green+Blue) = 192+237+35=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0ED23 is #3F12DC. Grayscale: #C9C9C9. Windows color (decimal): -4133597 or 2354624. OLE color: 2354624.
HSL color Cylindrical-coordinate representation of color #C0ED23: hue angle of 73.37º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0ED23 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 35 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.07 |
| HSL | 73.37º | 0.85% | 0.53% | - |
| HSV(B) | 73.37º | 0.85% | 0.93% | - |
| XYZ | 52.33 | 71.9 | 12.71 | - |
| YUV | 200.52 | 34.59 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 35 | 0.19 | 0 | 0.85 | 0.07 | 73.37 | 0.85 | 0.53 |
| Hex | C0 | ED | 23 | 13 | 0 | 55 | 7 | 49 | 55 | 35 |
| Octal | 300 | 355 | 43 | 23 | 0 | 125 | 7 | 111 | 125 | 65 |
| Binary | 11000000 | 11101101 | 100011 | 10011 | 0 | 1010101 | 111 | 1001001 | 1010101 | 110101 |
Color Harmonies of #C0ED23
Complementary color
Monochromatic Colors of #C0ED23
Black with #C0ED23
Text Example
Text Example
White with #C0ED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED23; }
p { color: rgb(192,237,35); }
H1.HeaderClassName
{
color: #C0ED23;
}
.AnyTagClassName
{
color: #C0ED23;
}
</style>
background-color css
<style>
a { background-color: #C0ED23; }
a { background-color: rgb(192,237,35); }
div.DivClassName
{
background-color: #C0ED23;
}
.BgClassName
{
background-color: #C0ED23;
}
</style>
border-color css
<style>
span { border-color: #C0ED23; }
span { border-color: rgb(192,237,35); }
td.TdClassName
{
border-color: #C0ED23;
}
.TagClassName
{
border-color: #C0ED23;
}
</style>