Shades of Inch Worm #C8DC0A
Tints of Inch Worm #C8DC0A
RGB
CMYK
RGB Variations
Color information
#C8DC0A (or 0xC8DC0A) is known color: Inch Worm. HEX triplet: C8, DC and 0A. RGB value is (200,220,10). Sum of RGB (Red+Green+Blue) = 200+220+10=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DC0A is #3723F5. Grayscale: #BEBEBE. Windows color (decimal): -3613686 or 711880. OLE color: 711880.
HSL color Cylindrical-coordinate representation of color #C8DC0A: hue angle of 65.71º degrees, saturation: 0.91, 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 #C8DC0A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 10 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.14 |
| HSL | 65.71º | 0.91% | 0.45% | - |
| HSV(B) | 65.71º | 0.95% | 0.86% | - |
| XYZ | 49.47 | 63.49 | 9.93 | - |
| YUV | 190.08 | 26.37 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 10 | 0.09 | 0 | 0.95 | 0.14 | 65.71 | 0.91 | 0.45 |
| Hex | C8 | DC | A | 9 | 0 | 5F | E | 42 | 5B | 2D |
| Octal | 310 | 334 | 12 | 11 | 0 | 137 | 16 | 102 | 133 | 55 |
| Binary | 11001000 | 11011100 | 1010 | 1001 | 0 | 1011111 | 1110 | 1000010 | 1011011 | 101101 |
Color Harmonies of #C8DC0A
Complementary color
Monochromatic Colors of #C8DC0A
Black with #C8DC0A
Text Example
Text Example
White with #C8DC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC0A; }
p { color: rgb(200,220,10); }
H1.HeaderClassName
{
color: #C8DC0A;
}
.AnyTagClassName
{
color: #C8DC0A;
}
</style>
background-color css
<style>
a { background-color: #C8DC0A; }
a { background-color: rgb(200,220,10); }
div.DivClassName
{
background-color: #C8DC0A;
}
.BgClassName
{
background-color: #C8DC0A;
}
</style>
border-color css
<style>
span { border-color: #C8DC0A; }
span { border-color: rgb(200,220,10); }
td.TdClassName
{
border-color: #C8DC0A;
}
.TagClassName
{
border-color: #C8DC0A;
}
</style>