Shades of Inch Worm #C2D905
Tints of Inch Worm #C2D905
RGB
CMYK
RGB Variations
Color information
#C2D905 (or 0xC2D905) is known color: Inch Worm. HEX triplet: C2, D9 and 05. RGB value is (194,217,5). Sum of RGB (Red+Green+Blue) = 194+217+5=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D905 is #3D26FA. Grayscale: #BABABA. Windows color (decimal): -4007675 or 383426. OLE color: 383426.
HSL color Cylindrical-coordinate representation of color #C2D905: hue angle of 66.51º degrees, saturation: 0.95, 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 #C2D905 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.15 |
| HSL | 66.51º | 0.95% | 0.44% | - |
| HSV(B) | 66.51º | 0.98% | 0.85% | - |
| XYZ | 47.09 | 61.11 | 9.46 | - |
| YUV | 185.96 | 25.88 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 5 | 0.11 | 0 | 0.98 | 0.15 | 66.51 | 0.95 | 0.44 |
| Hex | C2 | D9 | 5 | B | 0 | 62 | F | 43 | 5F | 2C |
| Octal | 302 | 331 | 5 | 13 | 0 | 142 | 17 | 103 | 137 | 54 |
| Binary | 11000010 | 11011001 | 101 | 1011 | 0 | 1100010 | 1111 | 1000011 | 1011111 | 101100 |
Color Harmonies of #C2D905
Complementary color
Monochromatic Colors of #C2D905
Black with #C2D905
Text Example
Text Example
White with #C2D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D905; }
p { color: rgb(194,217,5); }
H1.HeaderClassName
{
color: #C2D905;
}
.AnyTagClassName
{
color: #C2D905;
}
</style>
background-color css
<style>
a { background-color: #C2D905; }
a { background-color: rgb(194,217,5); }
div.DivClassName
{
background-color: #C2D905;
}
.BgClassName
{
background-color: #C2D905;
}
</style>
border-color css
<style>
span { border-color: #C2D905; }
span { border-color: rgb(194,217,5); }
td.TdClassName
{
border-color: #C2D905;
}
.TagClassName
{
border-color: #C2D905;
}
</style>