Shades of Inch Worm #C0F91D
Tints of Inch Worm #C0F91D
RGB
CMYK
RGB Variations
Color information
#C0F91D (or 0xC0F91D) is known color: Inch Worm. HEX triplet: C0, F9 and 1D. RGB value is (192,249,29). Sum of RGB (Red+Green+Blue) = 192+249+29=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F91D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F91D is #3F06E2. Grayscale: #CFCFCF. Windows color (decimal): -4130531 or 1964480. OLE color: 1964480.
HSL color Cylindrical-coordinate representation of color #C0F91D: hue angle of 75.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0F91D is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 29 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.02 |
| HSL | 75.55º | 0.95% | 0.55% | - |
| HSV(B) | 75.55º | 0.88% | 0.98% | - |
| XYZ | 55.84 | 79.05 | 13.48 | - |
| YUV | 206.88 | 27.62 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 29 | 0.23 | 0 | 0.88 | 0.02 | 75.55 | 0.95 | 0.55 |
| Hex | C0 | F9 | 1D | 17 | 0 | 58 | 2 | 4C | 5F | 37 |
| Octal | 300 | 371 | 35 | 27 | 0 | 130 | 2 | 114 | 137 | 67 |
| Binary | 11000000 | 11111001 | 11101 | 10111 | 0 | 1011000 | 10 | 1001100 | 1011111 | 110111 |
Color Harmonies of #C0F91D
Complementary color
Monochromatic Colors of #C0F91D
Black with #C0F91D
Text Example
Text Example
White with #C0F91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F91D; }
p { color: rgb(192,249,29); }
H1.HeaderClassName
{
color: #C0F91D;
}
.AnyTagClassName
{
color: #C0F91D;
}
</style>
background-color css
<style>
a { background-color: #C0F91D; }
a { background-color: rgb(192,249,29); }
div.DivClassName
{
background-color: #C0F91D;
}
.BgClassName
{
background-color: #C0F91D;
}
</style>
border-color css
<style>
span { border-color: #C0F91D; }
span { border-color: rgb(192,249,29); }
td.TdClassName
{
border-color: #C0F91D;
}
.TagClassName
{
border-color: #C0F91D;
}
</style>