Shades of Inch Worm #C8DD07
Tints of Inch Worm #C8DD07
RGB
CMYK
RGB Variations
Color information
#C8DD07 (or 0xC8DD07) is known color: Inch Worm. HEX triplet: C8, DD and 07. RGB value is (200,221,7). Sum of RGB (Red+Green+Blue) = 200+221+7=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DD07 is #3722F8. Grayscale: #BFBFBF. Windows color (decimal): -3613433 or 515528. OLE color: 515528.
HSL color Cylindrical-coordinate representation of color #C8DD07: hue angle of 65.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8DD07 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 7 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.13 |
| HSL | 65.89º | 0.94% | 0.45% | - |
| HSV(B) | 65.89º | 0.97% | 0.87% | - |
| XYZ | 49.71 | 64.01 | 9.94 | - |
| YUV | 190.33 | 24.54 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 7 | 0.10 | 0 | 0.97 | 0.13 | 65.89 | 0.94 | 0.45 |
| Hex | C8 | DD | 7 | A | 0 | 61 | D | 42 | 5E | 2D |
| Octal | 310 | 335 | 7 | 12 | 0 | 141 | 15 | 102 | 136 | 55 |
| Binary | 11001000 | 11011101 | 111 | 1010 | 0 | 1100001 | 1101 | 1000010 | 1011110 | 101101 |
Color Harmonies of #C8DD07
Complementary color
Monochromatic Colors of #C8DD07
Black with #C8DD07
Text Example
Text Example
White with #C8DD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD07; }
p { color: rgb(200,221,7); }
H1.HeaderClassName
{
color: #C8DD07;
}
.AnyTagClassName
{
color: #C8DD07;
}
</style>
background-color css
<style>
a { background-color: #C8DD07; }
a { background-color: rgb(200,221,7); }
div.DivClassName
{
background-color: #C8DD07;
}
.BgClassName
{
background-color: #C8DD07;
}
</style>
border-color css
<style>
span { border-color: #C8DD07; }
span { border-color: rgb(200,221,7); }
td.TdClassName
{
border-color: #C8DD07;
}
.TagClassName
{
border-color: #C8DD07;
}
</style>