Shades of Inch Worm #C7DB08
Tints of Inch Worm #C7DB08
RGB
CMYK
RGB Variations
Color information
#C7DB08 (or 0xC7DB08) is known color: Inch Worm. HEX triplet: C7, DB and 08. RGB value is (199,219,8). Sum of RGB (Red+Green+Blue) = 199+219+8=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DB08 is #3824F7. Grayscale: #BDBDBD. Windows color (decimal): -3679480 or 580551. OLE color: 580551.
HSL color Cylindrical-coordinate representation of color #C7DB08: hue angle of 65.69º degrees, saturation: 0.93, 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 #C7DB08 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.14 |
| HSL | 65.69º | 0.93% | 0.45% | - |
| HSV(B) | 65.69º | 0.96% | 0.86% | - |
| XYZ | 48.93 | 62.82 | 9.78 | - |
| YUV | 188.97 | 25.87 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 8 | 0.09 | 0 | 0.96 | 0.14 | 65.69 | 0.93 | 0.45 |
| Hex | C7 | DB | 8 | 9 | 0 | 60 | E | 42 | 5D | 2D |
| Octal | 307 | 333 | 10 | 11 | 0 | 140 | 16 | 102 | 135 | 55 |
| Binary | 11000111 | 11011011 | 1000 | 1001 | 0 | 1100000 | 1110 | 1000010 | 1011101 | 101101 |
Color Harmonies of #C7DB08
Complementary color
Monochromatic Colors of #C7DB08
Black with #C7DB08
Text Example
Text Example
White with #C7DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB08; }
p { color: rgb(199,219,8); }
H1.HeaderClassName
{
color: #C7DB08;
}
.AnyTagClassName
{
color: #C7DB08;
}
</style>
background-color css
<style>
a { background-color: #C7DB08; }
a { background-color: rgb(199,219,8); }
div.DivClassName
{
background-color: #C7DB08;
}
.BgClassName
{
background-color: #C7DB08;
}
</style>
border-color css
<style>
span { border-color: #C7DB08; }
span { border-color: rgb(199,219,8); }
td.TdClassName
{
border-color: #C7DB08;
}
.TagClassName
{
border-color: #C7DB08;
}
</style>