Shades of Inch Worm #C2DB13
Tints of Inch Worm #C2DB13
RGB
CMYK
RGB Variations
Color information
#C2DB13 (or 0xC2DB13) is known color: Inch Worm. HEX triplet: C2, DB and 13. RGB value is (194,219,19). Sum of RGB (Red+Green+Blue) = 194+219+19=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DB13 is #3D24EC. Grayscale: #BDBDBD. Windows color (decimal): -4007149 or 1301442. OLE color: 1301442.
HSL color Cylindrical-coordinate representation of color #C2DB13: hue angle of 67.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2DB13 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 19 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.14 |
| HSL | 67.5º | 0.84% | 0.47% | - |
| HSV(B) | 67.5º | 0.91% | 0.86% | - |
| XYZ | 47.7 | 62.18 | 10.1 | - |
| YUV | 188.73 | 32.22 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 19 | 0.11 | 0 | 0.91 | 0.14 | 67.5 | 0.84 | 0.47 |
| Hex | C2 | DB | 13 | B | 0 | 5B | E | 44 | 54 | 2F |
| Octal | 302 | 333 | 23 | 13 | 0 | 133 | 16 | 104 | 124 | 57 |
| Binary | 11000010 | 11011011 | 10011 | 1011 | 0 | 1011011 | 1110 | 1000100 | 1010100 | 101111 |
Color Harmonies of #C2DB13
Complementary color
Monochromatic Colors of #C2DB13
Black with #C2DB13
Text Example
Text Example
White with #C2DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB13; }
p { color: rgb(194,219,19); }
H1.HeaderClassName
{
color: #C2DB13;
}
.AnyTagClassName
{
color: #C2DB13;
}
</style>
background-color css
<style>
a { background-color: #C2DB13; }
a { background-color: rgb(194,219,19); }
div.DivClassName
{
background-color: #C2DB13;
}
.BgClassName
{
background-color: #C2DB13;
}
</style>
border-color css
<style>
span { border-color: #C2DB13; }
span { border-color: rgb(194,219,19); }
td.TdClassName
{
border-color: #C2DB13;
}
.TagClassName
{
border-color: #C2DB13;
}
</style>