Shades of Inch Worm #C1D80A
Tints of Inch Worm #C1D80A
RGB
CMYK
RGB Variations
Color information
#C1D80A (or 0xC1D80A) is known color: Inch Worm. HEX triplet: C1, D8 and 0A. RGB value is (193,216,10). Sum of RGB (Red+Green+Blue) = 193+216+10=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D80A is #3E27F5. Grayscale: #BABABA. Windows color (decimal): -4073462 or 710849. OLE color: 710849.
HSL color Cylindrical-coordinate representation of color #C1D80A: hue angle of 66.7º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1D80A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.15 |
| HSL | 66.7º | 0.91% | 0.44% | - |
| HSV(B) | 66.7º | 0.95% | 0.85% | - |
| XYZ | 46.6 | 60.47 | 9.5 | - |
| YUV | 185.64 | 28.88 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 10 | 0.11 | 0 | 0.95 | 0.15 | 66.7 | 0.91 | 0.44 |
| Hex | C1 | D8 | A | B | 0 | 5F | F | 43 | 5B | 2C |
| Octal | 301 | 330 | 12 | 13 | 0 | 137 | 17 | 103 | 133 | 54 |
| Binary | 11000001 | 11011000 | 1010 | 1011 | 0 | 1011111 | 1111 | 1000011 | 1011011 | 101100 |
Color Harmonies of #C1D80A
Complementary color
Monochromatic Colors of #C1D80A
Black with #C1D80A
Text Example
Text Example
White with #C1D80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D80A; }
p { color: rgb(193,216,10); }
H1.HeaderClassName
{
color: #C1D80A;
}
.AnyTagClassName
{
color: #C1D80A;
}
</style>
background-color css
<style>
a { background-color: #C1D80A; }
a { background-color: rgb(193,216,10); }
div.DivClassName
{
background-color: #C1D80A;
}
.BgClassName
{
background-color: #C1D80A;
}
</style>
border-color css
<style>
span { border-color: #C1D80A; }
span { border-color: rgb(193,216,10); }
td.TdClassName
{
border-color: #C1D80A;
}
.TagClassName
{
border-color: #C1D80A;
}
</style>