Shades of Inch Worm #C1DA07
Tints of Inch Worm #C1DA07
RGB
CMYK
RGB Variations
Color information
#C1DA07 (or 0xC1DA07) is known color: Inch Worm. HEX triplet: C1, DA and 07. RGB value is (193,218,7). Sum of RGB (Red+Green+Blue) = 193+218+7=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DA07 is #3E25F8. Grayscale: #BBBBBB. Windows color (decimal): -4072953 or 514753. OLE color: 514753.
HSL color Cylindrical-coordinate representation of color #C1DA07: hue angle of 67.11º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1DA07 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.15 |
| HSL | 67.11º | 0.94% | 0.44% | - |
| HSV(B) | 67.11º | 0.97% | 0.85% | - |
| XYZ | 47.1 | 61.5 | 9.59 | - |
| YUV | 186.47 | 26.72 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 7 | 0.11 | 0 | 0.97 | 0.15 | 67.11 | 0.94 | 0.44 |
| Hex | C1 | DA | 7 | B | 0 | 61 | F | 43 | 5E | 2C |
| Octal | 301 | 332 | 7 | 13 | 0 | 141 | 17 | 103 | 136 | 54 |
| Binary | 11000001 | 11011010 | 111 | 1011 | 0 | 1100001 | 1111 | 1000011 | 1011110 | 101100 |
Color Harmonies of #C1DA07
Complementary color
Monochromatic Colors of #C1DA07
Black with #C1DA07
Text Example
Text Example
White with #C1DA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DA07; }
p { color: rgb(193,218,7); }
H1.HeaderClassName
{
color: #C1DA07;
}
.AnyTagClassName
{
color: #C1DA07;
}
</style>
background-color css
<style>
a { background-color: #C1DA07; }
a { background-color: rgb(193,218,7); }
div.DivClassName
{
background-color: #C1DA07;
}
.BgClassName
{
background-color: #C1DA07;
}
</style>
border-color css
<style>
span { border-color: #C1DA07; }
span { border-color: rgb(193,218,7); }
td.TdClassName
{
border-color: #C1DA07;
}
.TagClassName
{
border-color: #C1DA07;
}
</style>