Shades of Inch Worm #C8DB07
Tints of Inch Worm #C8DB07
RGB
CMYK
RGB Variations
Color information
#C8DB07 (or 0xC8DB07) is known color: Inch Worm. HEX triplet: C8, DB and 07. RGB value is (200,219,7). Sum of RGB (Red+Green+Blue) = 200+219+7=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DB07 is #3724F8. Grayscale: #BDBDBD. Windows color (decimal): -3613945 or 515016. OLE color: 515016.
HSL color Cylindrical-coordinate representation of color #C8DB07: hue angle of 65.38º 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 #C8DB07 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 7 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.14 |
| HSL | 65.38º | 0.94% | 0.44% | - |
| HSV(B) | 65.38º | 0.97% | 0.86% | - |
| XYZ | 49.19 | 62.96 | 9.76 | - |
| YUV | 189.15 | 25.21 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 7 | 0.09 | 0 | 0.97 | 0.14 | 65.38 | 0.94 | 0.44 |
| Hex | C8 | DB | 7 | 9 | 0 | 61 | E | 41 | 5E | 2C |
| Octal | 310 | 333 | 7 | 11 | 0 | 141 | 16 | 101 | 136 | 54 |
| Binary | 11001000 | 11011011 | 111 | 1001 | 0 | 1100001 | 1110 | 1000001 | 1011110 | 101100 |
Color Harmonies of #C8DB07
Complementary color
Monochromatic Colors of #C8DB07
Black with #C8DB07
Text Example
Text Example
White with #C8DB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB07; }
p { color: rgb(200,219,7); }
H1.HeaderClassName
{
color: #C8DB07;
}
.AnyTagClassName
{
color: #C8DB07;
}
</style>
background-color css
<style>
a { background-color: #C8DB07; }
a { background-color: rgb(200,219,7); }
div.DivClassName
{
background-color: #C8DB07;
}
.BgClassName
{
background-color: #C8DB07;
}
</style>
border-color css
<style>
span { border-color: #C8DB07; }
span { border-color: rgb(200,219,7); }
td.TdClassName
{
border-color: #C8DB07;
}
.TagClassName
{
border-color: #C8DB07;
}
</style>