Shades of Inch Worm #C1DA05
Tints of Inch Worm #C1DA05
RGB
CMYK
RGB Variations
Color information
#C1DA05 (or 0xC1DA05) is known color: Inch Worm. HEX triplet: C1, DA and 05. RGB value is (193,218,5). Sum of RGB (Red+Green+Blue) = 193+218+5=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DA05 is #3E25FA. Grayscale: #BBBBBB. Windows color (decimal): -4072955 or 383681. OLE color: 383681.
HSL color Cylindrical-coordinate representation of color #C1DA05: hue angle of 67.04º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1DA05 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.15 |
| HSL | 67.04º | 0.96% | 0.44% | - |
| HSV(B) | 67.04º | 0.98% | 0.85% | - |
| XYZ | 47.09 | 61.49 | 9.53 | - |
| YUV | 186.24 | 25.72 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 5 | 0.11 | 0 | 0.98 | 0.15 | 67.04 | 0.96 | 0.44 |
| Hex | C1 | DA | 5 | B | 0 | 62 | F | 43 | 60 | 2C |
| Octal | 301 | 332 | 5 | 13 | 0 | 142 | 17 | 103 | 140 | 54 |
| Binary | 11000001 | 11011010 | 101 | 1011 | 0 | 1100010 | 1111 | 1000011 | 1100000 | 101100 |
Color Harmonies of #C1DA05
Complementary color
Monochromatic Colors of #C1DA05
Black with #C1DA05
Text Example
Text Example
White with #C1DA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DA05; }
p { color: rgb(193,218,5); }
H1.HeaderClassName
{
color: #C1DA05;
}
.AnyTagClassName
{
color: #C1DA05;
}
</style>
background-color css
<style>
a { background-color: #C1DA05; }
a { background-color: rgb(193,218,5); }
div.DivClassName
{
background-color: #C1DA05;
}
.BgClassName
{
background-color: #C1DA05;
}
</style>
border-color css
<style>
span { border-color: #C1DA05; }
span { border-color: rgb(193,218,5); }
td.TdClassName
{
border-color: #C1DA05;
}
.TagClassName
{
border-color: #C1DA05;
}
</style>