Shades of Inch Worm #C2DB0F
Tints of Inch Worm #C2DB0F
RGB
CMYK
RGB Variations
Color information
#C2DB0F (or 0xC2DB0F) is known color: Inch Worm. HEX triplet: C2, DB and 0F. RGB value is (194,219,15). Sum of RGB (Red+Green+Blue) = 194+219+15=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DB0F is #3D24F0. Grayscale: #BDBDBD. Windows color (decimal): -4007153 or 1039298. OLE color: 1039298.
HSL color Cylindrical-coordinate representation of color #C2DB0F: hue angle of 67.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2DB0F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.14 |
| HSL | 67.35º | 0.87% | 0.46% | - |
| HSV(B) | 67.35º | 0.93% | 0.86% | - |
| XYZ | 47.67 | 62.17 | 9.94 | - |
| YUV | 188.27 | 30.22 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 15 | 0.11 | 0 | 0.93 | 0.14 | 67.35 | 0.87 | 0.46 |
| Hex | C2 | DB | F | B | 0 | 5D | E | 43 | 57 | 2E |
| Octal | 302 | 333 | 17 | 13 | 0 | 135 | 16 | 103 | 127 | 56 |
| Binary | 11000010 | 11011011 | 1111 | 1011 | 0 | 1011101 | 1110 | 1000011 | 1010111 | 101110 |
Color Harmonies of #C2DB0F
Complementary color
Monochromatic Colors of #C2DB0F
Black with #C2DB0F
Text Example
Text Example
White with #C2DB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB0F; }
p { color: rgb(194,219,15); }
H1.HeaderClassName
{
color: #C2DB0F;
}
.AnyTagClassName
{
color: #C2DB0F;
}
</style>
background-color css
<style>
a { background-color: #C2DB0F; }
a { background-color: rgb(194,219,15); }
div.DivClassName
{
background-color: #C2DB0F;
}
.BgClassName
{
background-color: #C2DB0F;
}
</style>
border-color css
<style>
span { border-color: #C2DB0F; }
span { border-color: rgb(194,219,15); }
td.TdClassName
{
border-color: #C2DB0F;
}
.TagClassName
{
border-color: #C2DB0F;
}
</style>