Shades of Inch Worm #C8DE07
Tints of Inch Worm #C8DE07
RGB
CMYK
RGB Variations
Color information
#C8DE07 (or 0xC8DE07) is known color: Inch Worm. HEX triplet: C8, DE and 07. RGB value is (200,222,7). Sum of RGB (Red+Green+Blue) = 200+222+7=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DE07 is #3721F8. Grayscale: #BFBFBF. Windows color (decimal): -3613177 or 515784. OLE color: 515784.
HSL color Cylindrical-coordinate representation of color #C8DE07: hue angle of 66.14º 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 #C8DE07 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 7 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.13 |
| HSL | 66.14º | 0.94% | 0.45% | - |
| HSV(B) | 66.14º | 0.97% | 0.87% | - |
| XYZ | 49.98 | 64.54 | 10.02 | - |
| YUV | 190.91 | 24.21 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 7 | 0.10 | 0 | 0.97 | 0.13 | 66.14 | 0.94 | 0.45 |
| Hex | C8 | DE | 7 | A | 0 | 61 | D | 42 | 5E | 2D |
| Octal | 310 | 336 | 7 | 12 | 0 | 141 | 15 | 102 | 136 | 55 |
| Binary | 11001000 | 11011110 | 111 | 1010 | 0 | 1100001 | 1101 | 1000010 | 1011110 | 101101 |
Color Harmonies of #C8DE07
Complementary color
Monochromatic Colors of #C8DE07
Black with #C8DE07
Text Example
Text Example
White with #C8DE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE07; }
p { color: rgb(200,222,7); }
H1.HeaderClassName
{
color: #C8DE07;
}
.AnyTagClassName
{
color: #C8DE07;
}
</style>
background-color css
<style>
a { background-color: #C8DE07; }
a { background-color: rgb(200,222,7); }
div.DivClassName
{
background-color: #C8DE07;
}
.BgClassName
{
background-color: #C8DE07;
}
</style>
border-color css
<style>
span { border-color: #C8DE07; }
span { border-color: rgb(200,222,7); }
td.TdClassName
{
border-color: #C8DE07;
}
.TagClassName
{
border-color: #C8DE07;
}
</style>