Shades of Inch Worm #C7DB03
Tints of Inch Worm #C7DB03
RGB
CMYK
RGB Variations
Color information
#C7DB03 (or 0xC7DB03) is known color: Inch Worm. HEX triplet: C7, DB and 03. RGB value is (199,219,3). Sum of RGB (Red+Green+Blue) = 199+219+3=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DB03 is #3824FC. Grayscale: #BDBDBD. Windows color (decimal): -3679485 or 252871. OLE color: 252871.
HSL color Cylindrical-coordinate representation of color #C7DB03: hue angle of 65.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7DB03 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 3 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.14 |
| HSL | 65.56º | 0.97% | 0.44% | - |
| HSV(B) | 65.56º | 0.99% | 0.86% | - |
| XYZ | 48.9 | 62.81 | 9.63 | - |
| YUV | 188.4 | 23.37 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 3 | 0.09 | 0 | 0.99 | 0.14 | 65.56 | 0.97 | 0.44 |
| Hex | C7 | DB | 3 | 9 | 0 | 63 | E | 42 | 61 | 2C |
| Octal | 307 | 333 | 3 | 11 | 0 | 143 | 16 | 102 | 141 | 54 |
| Binary | 11000111 | 11011011 | 11 | 1001 | 0 | 1100011 | 1110 | 1000010 | 1100001 | 101100 |
Color Harmonies of #C7DB03
Complementary color
Monochromatic Colors of #C7DB03
Black with #C7DB03
Text Example
Text Example
White with #C7DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB03; }
p { color: rgb(199,219,3); }
H1.HeaderClassName
{
color: #C7DB03;
}
.AnyTagClassName
{
color: #C7DB03;
}
</style>
background-color css
<style>
a { background-color: #C7DB03; }
a { background-color: rgb(199,219,3); }
div.DivClassName
{
background-color: #C7DB03;
}
.BgClassName
{
background-color: #C7DB03;
}
</style>
border-color css
<style>
span { border-color: #C7DB03; }
span { border-color: rgb(199,219,3); }
td.TdClassName
{
border-color: #C7DB03;
}
.TagClassName
{
border-color: #C7DB03;
}
</style>