Shades of Inch Worm #C5DB07
Tints of Inch Worm #C5DB07
RGB
CMYK
RGB Variations
Color information
#C5DB07 (or 0xC5DB07) is known color: Inch Worm. HEX triplet: C5, DB and 07. RGB value is (197,219,7). Sum of RGB (Red+Green+Blue) = 197+219+7=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DB07 is #3A24F8. Grayscale: #BDBDBD. Windows color (decimal): -3810553 or 515013. OLE color: 515013.
HSL color Cylindrical-coordinate representation of color #C5DB07: hue angle of 66.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5DB07 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 7 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.14 |
| HSL | 66.23º | 0.94% | 0.44% | - |
| HSV(B) | 66.23º | 0.97% | 0.86% | - |
| XYZ | 48.4 | 62.55 | 9.72 | - |
| YUV | 188.25 | 25.71 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 7 | 0.10 | 0 | 0.97 | 0.14 | 66.23 | 0.94 | 0.44 |
| Hex | C5 | DB | 7 | A | 0 | 61 | E | 42 | 5E | 2C |
| Octal | 305 | 333 | 7 | 12 | 0 | 141 | 16 | 102 | 136 | 54 |
| Binary | 11000101 | 11011011 | 111 | 1010 | 0 | 1100001 | 1110 | 1000010 | 1011110 | 101100 |
Color Harmonies of #C5DB07
Complementary color
Monochromatic Colors of #C5DB07
Black with #C5DB07
Text Example
Text Example
White with #C5DB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB07; }
p { color: rgb(197,219,7); }
H1.HeaderClassName
{
color: #C5DB07;
}
.AnyTagClassName
{
color: #C5DB07;
}
</style>
background-color css
<style>
a { background-color: #C5DB07; }
a { background-color: rgb(197,219,7); }
div.DivClassName
{
background-color: #C5DB07;
}
.BgClassName
{
background-color: #C5DB07;
}
</style>
border-color css
<style>
span { border-color: #C5DB07; }
span { border-color: rgb(197,219,7); }
td.TdClassName
{
border-color: #C5DB07;
}
.TagClassName
{
border-color: #C5DB07;
}
</style>