Shades of Inch Worm #C8DB0C
Tints of Inch Worm #C8DB0C
RGB
CMYK
RGB Variations
Color information
#C8DB0C (or 0xC8DB0C) is known color: Inch Worm. HEX triplet: C8, DB and 0C. RGB value is (200,219,12). Sum of RGB (Red+Green+Blue) = 200+219+12=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DB0C is #3724F3. Grayscale: #BEBEBE. Windows color (decimal): -3613940 or 842696. OLE color: 842696.
HSL color Cylindrical-coordinate representation of color #C8DB0C: hue angle of 65.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8DB0C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.14 |
| HSL | 65.51º | 0.9% | 0.45% | - |
| HSV(B) | 65.51º | 0.95% | 0.86% | - |
| XYZ | 49.22 | 62.97 | 9.91 | - |
| YUV | 189.72 | 27.71 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 12 | 0.09 | 0 | 0.95 | 0.14 | 65.51 | 0.9 | 0.45 |
| Hex | C8 | DB | C | 9 | 0 | 5F | E | 42 | 5A | 2D |
| Octal | 310 | 333 | 14 | 11 | 0 | 137 | 16 | 102 | 132 | 55 |
| Binary | 11001000 | 11011011 | 1100 | 1001 | 0 | 1011111 | 1110 | 1000010 | 1011010 | 101101 |
Color Harmonies of #C8DB0C
Complementary color
Monochromatic Colors of #C8DB0C
Black with #C8DB0C
Text Example
Text Example
White with #C8DB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB0C; }
p { color: rgb(200,219,12); }
H1.HeaderClassName
{
color: #C8DB0C;
}
.AnyTagClassName
{
color: #C8DB0C;
}
</style>
background-color css
<style>
a { background-color: #C8DB0C; }
a { background-color: rgb(200,219,12); }
div.DivClassName
{
background-color: #C8DB0C;
}
.BgClassName
{
background-color: #C8DB0C;
}
</style>
border-color css
<style>
span { border-color: #C8DB0C; }
span { border-color: rgb(200,219,12); }
td.TdClassName
{
border-color: #C8DB0C;
}
.TagClassName
{
border-color: #C8DB0C;
}
</style>