Shades of Inch Worm #C8DD09
Tints of Inch Worm #C8DD09
RGB
CMYK
RGB Variations
Color information
#C8DD09 (or 0xC8DD09) is known color: Inch Worm. HEX triplet: C8, DD and 09. RGB value is (200,221,9). Sum of RGB (Red+Green+Blue) = 200+221+9=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 9 (3.91% from 255 or 2.09% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DD09 is #3722F6. Grayscale: #BFBFBF. Windows color (decimal): -3613431 or 646600. OLE color: 646600.
HSL color Cylindrical-coordinate representation of color #C8DD09: hue angle of 65.94º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8DD09 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 9 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.13 |
| HSL | 65.94º | 0.92% | 0.45% | - |
| HSV(B) | 65.94º | 0.96% | 0.87% | - |
| XYZ | 49.73 | 64.01 | 9.99 | - |
| YUV | 190.55 | 25.54 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 9 | 0.10 | 0 | 0.96 | 0.13 | 65.94 | 0.92 | 0.45 |
| Hex | C8 | DD | 9 | A | 0 | 60 | D | 42 | 5C | 2D |
| Octal | 310 | 335 | 11 | 12 | 0 | 140 | 15 | 102 | 134 | 55 |
| Binary | 11001000 | 11011101 | 1001 | 1010 | 0 | 1100000 | 1101 | 1000010 | 1011100 | 101101 |
Color Harmonies of #C8DD09
Complementary color
Monochromatic Colors of #C8DD09
Black with #C8DD09
Text Example
Text Example
White with #C8DD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD09; }
p { color: rgb(200,221,9); }
H1.HeaderClassName
{
color: #C8DD09;
}
.AnyTagClassName
{
color: #C8DD09;
}
</style>
background-color css
<style>
a { background-color: #C8DD09; }
a { background-color: rgb(200,221,9); }
div.DivClassName
{
background-color: #C8DD09;
}
.BgClassName
{
background-color: #C8DD09;
}
</style>
border-color css
<style>
span { border-color: #C8DD09; }
span { border-color: rgb(200,221,9); }
td.TdClassName
{
border-color: #C8DD09;
}
.TagClassName
{
border-color: #C8DD09;
}
</style>