Shades of Inch Worm #C2DB0B
Tints of Inch Worm #C2DB0B
RGB
CMYK
RGB Variations
Color information
#C2DB0B (or 0xC2DB0B) is known color: Inch Worm. HEX triplet: C2, DB and 0B. RGB value is (194,219,11). Sum of RGB (Red+Green+Blue) = 194+219+11=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DB0B is #3D24F4. Grayscale: #BCBCBC. Windows color (decimal): -4007157 or 777154. OLE color: 777154.
HSL color Cylindrical-coordinate representation of color #C2DB0B: hue angle of 67.21º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2DB0B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.14 |
| HSL | 67.21º | 0.9% | 0.45% | - |
| HSV(B) | 67.21º | 0.95% | 0.86% | - |
| XYZ | 47.64 | 62.16 | 9.8 | - |
| YUV | 187.81 | 28.22 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 11 | 0.11 | 0 | 0.95 | 0.14 | 67.21 | 0.9 | 0.45 |
| Hex | C2 | DB | B | B | 0 | 5F | E | 43 | 5A | 2D |
| Octal | 302 | 333 | 13 | 13 | 0 | 137 | 16 | 103 | 132 | 55 |
| Binary | 11000010 | 11011011 | 1011 | 1011 | 0 | 1011111 | 1110 | 1000011 | 1011010 | 101101 |
Color Harmonies of #C2DB0B
Complementary color
Monochromatic Colors of #C2DB0B
Black with #C2DB0B
Text Example
Text Example
White with #C2DB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB0B; }
p { color: rgb(194,219,11); }
H1.HeaderClassName
{
color: #C2DB0B;
}
.AnyTagClassName
{
color: #C2DB0B;
}
</style>
background-color css
<style>
a { background-color: #C2DB0B; }
a { background-color: rgb(194,219,11); }
div.DivClassName
{
background-color: #C2DB0B;
}
.BgClassName
{
background-color: #C2DB0B;
}
</style>
border-color css
<style>
span { border-color: #C2DB0B; }
span { border-color: rgb(194,219,11); }
td.TdClassName
{
border-color: #C2DB0B;
}
.TagClassName
{
border-color: #C2DB0B;
}
</style>