Shades of Inch Worm #C2DA12
Tints of Inch Worm #C2DA12
RGB
CMYK
RGB Variations
Color information
#C2DA12 (or 0xC2DA12) is known color: Inch Worm. HEX triplet: C2, DA and 12. RGB value is (194,218,18). Sum of RGB (Red+Green+Blue) = 194+218+18=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DA12 is #3D25ED. Grayscale: #BCBCBC. Windows color (decimal): -4007406 or 1235650. OLE color: 1235650.
HSL color Cylindrical-coordinate representation of color #C2DA12: hue angle of 67.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2DA12 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.15 |
| HSL | 67.2º | 0.85% | 0.46% | - |
| HSV(B) | 67.2º | 0.92% | 0.85% | - |
| XYZ | 47.43 | 61.66 | 9.97 | - |
| YUV | 188.02 | 32.05 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 18 | 0.11 | 0 | 0.92 | 0.15 | 67.2 | 0.85 | 0.46 |
| Hex | C2 | DA | 12 | B | 0 | 5C | F | 43 | 55 | 2E |
| Octal | 302 | 332 | 22 | 13 | 0 | 134 | 17 | 103 | 125 | 56 |
| Binary | 11000010 | 11011010 | 10010 | 1011 | 0 | 1011100 | 1111 | 1000011 | 1010101 | 101110 |
Color Harmonies of #C2DA12
Complementary color
Monochromatic Colors of #C2DA12
Black with #C2DA12
Text Example
Text Example
White with #C2DA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA12; }
p { color: rgb(194,218,18); }
H1.HeaderClassName
{
color: #C2DA12;
}
.AnyTagClassName
{
color: #C2DA12;
}
</style>
background-color css
<style>
a { background-color: #C2DA12; }
a { background-color: rgb(194,218,18); }
div.DivClassName
{
background-color: #C2DA12;
}
.BgClassName
{
background-color: #C2DA12;
}
</style>
border-color css
<style>
span { border-color: #C2DA12; }
span { border-color: rgb(194,218,18); }
td.TdClassName
{
border-color: #C2DA12;
}
.TagClassName
{
border-color: #C2DA12;
}
</style>