Shades of Inch Worm #C2D90F
Tints of Inch Worm #C2D90F
RGB
CMYK
RGB Variations
Color information
#C2D90F (or 0xC2D90F) is known color: Inch Worm. HEX triplet: C2, D9 and 0F. RGB value is (194,217,15). Sum of RGB (Red+Green+Blue) = 194+217+15=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D90F is #3D26F0. Grayscale: #BBBBBB. Windows color (decimal): -4007665 or 1038786. OLE color: 1038786.
HSL color Cylindrical-coordinate representation of color #C2D90F: hue angle of 66.83º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2D90F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.15 |
| HSL | 66.83º | 0.87% | 0.45% | - |
| HSV(B) | 66.83º | 0.93% | 0.85% | - |
| XYZ | 47.15 | 61.13 | 9.77 | - |
| YUV | 187.1 | 30.88 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 15 | 0.11 | 0 | 0.93 | 0.15 | 66.83 | 0.87 | 0.45 |
| Hex | C2 | D9 | F | B | 0 | 5D | F | 43 | 57 | 2D |
| Octal | 302 | 331 | 17 | 13 | 0 | 135 | 17 | 103 | 127 | 55 |
| Binary | 11000010 | 11011001 | 1111 | 1011 | 0 | 1011101 | 1111 | 1000011 | 1010111 | 101101 |
Color Harmonies of #C2D90F
Complementary color
Monochromatic Colors of #C2D90F
Black with #C2D90F
Text Example
Text Example
White with #C2D90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D90F; }
p { color: rgb(194,217,15); }
H1.HeaderClassName
{
color: #C2D90F;
}
.AnyTagClassName
{
color: #C2D90F;
}
</style>
background-color css
<style>
a { background-color: #C2D90F; }
a { background-color: rgb(194,217,15); }
div.DivClassName
{
background-color: #C2D90F;
}
.BgClassName
{
background-color: #C2D90F;
}
</style>
border-color css
<style>
span { border-color: #C2D90F; }
span { border-color: rgb(194,217,15); }
td.TdClassName
{
border-color: #C2D90F;
}
.TagClassName
{
border-color: #C2D90F;
}
</style>