Shades of Inch Worm #C1DA06
Tints of Inch Worm #C1DA06
RGB
CMYK
RGB Variations
Color information
#C1DA06 (or 0xC1DA06) is known color: Inch Worm. HEX triplet: C1, DA and 06. RGB value is (193,218,6). Sum of RGB (Red+Green+Blue) = 193+218+6=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DA06 is #3E25F9. Grayscale: #BBBBBB. Windows color (decimal): -4072954 or 449217. OLE color: 449217.
HSL color Cylindrical-coordinate representation of color #C1DA06: hue angle of 67.08º degrees, saturation: 0.95, 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 #C1DA06 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 6 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.15 |
| HSL | 67.08º | 0.95% | 0.44% | - |
| HSV(B) | 67.08º | 0.97% | 0.85% | - |
| XYZ | 47.1 | 61.49 | 9.56 | - |
| YUV | 186.36 | 26.22 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 6 | 0.11 | 0 | 0.97 | 0.15 | 67.08 | 0.95 | 0.44 |
| Hex | C1 | DA | 6 | B | 0 | 61 | F | 43 | 5F | 2C |
| Octal | 301 | 332 | 6 | 13 | 0 | 141 | 17 | 103 | 137 | 54 |
| Binary | 11000001 | 11011010 | 110 | 1011 | 0 | 1100001 | 1111 | 1000011 | 1011111 | 101100 |
Color Harmonies of #C1DA06
Complementary color
Monochromatic Colors of #C1DA06
Black with #C1DA06
Text Example
Text Example
White with #C1DA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DA06; }
p { color: rgb(193,218,6); }
H1.HeaderClassName
{
color: #C1DA06;
}
.AnyTagClassName
{
color: #C1DA06;
}
</style>
background-color css
<style>
a { background-color: #C1DA06; }
a { background-color: rgb(193,218,6); }
div.DivClassName
{
background-color: #C1DA06;
}
.BgClassName
{
background-color: #C1DA06;
}
</style>
border-color css
<style>
span { border-color: #C1DA06; }
span { border-color: rgb(193,218,6); }
td.TdClassName
{
border-color: #C1DA06;
}
.TagClassName
{
border-color: #C1DA06;
}
</style>