Shades of Inch Worm #C0F123
Tints of Inch Worm #C0F123
RGB
CMYK
RGB Variations
Color information
#C0F123 (or 0xC0F123) is known color: Inch Worm. HEX triplet: C0, F1 and 23. RGB value is (192,241,35). Sum of RGB (Red+Green+Blue) = 192+241+35=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F123 is #3F0EDC. Grayscale: #CBCBCB. Windows color (decimal): -4132573 or 2355648. OLE color: 2355648.
HSL color Cylindrical-coordinate representation of color #C0F123: hue angle of 74.27º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0F123 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 35 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.05 |
| HSL | 74.27º | 0.88% | 0.54% | - |
| HSV(B) | 74.27º | 0.85% | 0.95% | - |
| XYZ | 53.5 | 74.24 | 13.1 | - |
| YUV | 202.87 | 33.27 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 35 | 0.20 | 0 | 0.85 | 0.05 | 74.27 | 0.88 | 0.54 |
| Hex | C0 | F1 | 23 | 14 | 0 | 55 | 5 | 4A | 58 | 36 |
| Octal | 300 | 361 | 43 | 24 | 0 | 125 | 5 | 112 | 130 | 66 |
| Binary | 11000000 | 11110001 | 100011 | 10100 | 0 | 1010101 | 101 | 1001010 | 1011000 | 110110 |
Color Harmonies of #C0F123
Complementary color
Monochromatic Colors of #C0F123
Black with #C0F123
Text Example
Text Example
White with #C0F123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F123; }
p { color: rgb(192,241,35); }
H1.HeaderClassName
{
color: #C0F123;
}
.AnyTagClassName
{
color: #C0F123;
}
</style>
background-color css
<style>
a { background-color: #C0F123; }
a { background-color: rgb(192,241,35); }
div.DivClassName
{
background-color: #C0F123;
}
.BgClassName
{
background-color: #C0F123;
}
</style>
border-color css
<style>
span { border-color: #C0F123; }
span { border-color: rgb(192,241,35); }
td.TdClassName
{
border-color: #C0F123;
}
.TagClassName
{
border-color: #C0F123;
}
</style>