Shades of Inch Worm #C2D908
Tints of Inch Worm #C2D908
RGB
CMYK
RGB Variations
Color information
#C2D908 (or 0xC2D908) is known color: Inch Worm. HEX triplet: C2, D9 and 08. RGB value is (194,217,8). Sum of RGB (Red+Green+Blue) = 194+217+8=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D908 is #3D26F7. Grayscale: #BBBBBB. Windows color (decimal): -4007672 or 580034. OLE color: 580034.
HSL color Cylindrical-coordinate representation of color #C2D908: hue angle of 66.6º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2D908 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.15 |
| HSL | 66.6º | 0.93% | 0.44% | - |
| HSV(B) | 66.6º | 0.96% | 0.85% | - |
| XYZ | 47.1 | 61.11 | 9.54 | - |
| YUV | 186.3 | 27.38 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 8 | 0.11 | 0 | 0.96 | 0.15 | 66.6 | 0.93 | 0.44 |
| Hex | C2 | D9 | 8 | B | 0 | 60 | F | 43 | 5D | 2C |
| Octal | 302 | 331 | 10 | 13 | 0 | 140 | 17 | 103 | 135 | 54 |
| Binary | 11000010 | 11011001 | 1000 | 1011 | 0 | 1100000 | 1111 | 1000011 | 1011101 | 101100 |
Color Harmonies of #C2D908
Complementary color
Monochromatic Colors of #C2D908
Black with #C2D908
Text Example
Text Example
White with #C2D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D908; }
p { color: rgb(194,217,8); }
H1.HeaderClassName
{
color: #C2D908;
}
.AnyTagClassName
{
color: #C2D908;
}
</style>
background-color css
<style>
a { background-color: #C2D908; }
a { background-color: rgb(194,217,8); }
div.DivClassName
{
background-color: #C2D908;
}
.BgClassName
{
background-color: #C2D908;
}
</style>
border-color css
<style>
span { border-color: #C2D908; }
span { border-color: rgb(194,217,8); }
td.TdClassName
{
border-color: #C2D908;
}
.TagClassName
{
border-color: #C2D908;
}
</style>