Shades of Inch Worm #C5DB09
Tints of Inch Worm #C5DB09
RGB
CMYK
RGB Variations
Color information
#C5DB09 (or 0xC5DB09) is known color: Inch Worm. HEX triplet: C5, DB and 09. RGB value is (197,219,9). Sum of RGB (Red+Green+Blue) = 197+219+9=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DB09 is #3A24F6. Grayscale: #BDBDBD. Windows color (decimal): -3810551 or 646085. OLE color: 646085.
HSL color Cylindrical-coordinate representation of color #C5DB09: hue angle of 66.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5DB09 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 9 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.14 |
| HSL | 66.29º | 0.92% | 0.45% | - |
| HSV(B) | 66.29º | 0.96% | 0.86% | - |
| XYZ | 48.41 | 62.55 | 9.78 | - |
| YUV | 188.48 | 26.71 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 9 | 0.10 | 0 | 0.96 | 0.14 | 66.29 | 0.92 | 0.45 |
| Hex | C5 | DB | 9 | A | 0 | 60 | E | 42 | 5C | 2D |
| Octal | 305 | 333 | 11 | 12 | 0 | 140 | 16 | 102 | 134 | 55 |
| Binary | 11000101 | 11011011 | 1001 | 1010 | 0 | 1100000 | 1110 | 1000010 | 1011100 | 101101 |
Color Harmonies of #C5DB09
Complementary color
Monochromatic Colors of #C5DB09
Black with #C5DB09
Text Example
Text Example
White with #C5DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB09; }
p { color: rgb(197,219,9); }
H1.HeaderClassName
{
color: #C5DB09;
}
.AnyTagClassName
{
color: #C5DB09;
}
</style>
background-color css
<style>
a { background-color: #C5DB09; }
a { background-color: rgb(197,219,9); }
div.DivClassName
{
background-color: #C5DB09;
}
.BgClassName
{
background-color: #C5DB09;
}
</style>
border-color css
<style>
span { border-color: #C5DB09; }
span { border-color: rgb(197,219,9); }
td.TdClassName
{
border-color: #C5DB09;
}
.TagClassName
{
border-color: #C5DB09;
}
</style>