Shades of Inch Worm #C6DF0E
Tints of Inch Worm #C6DF0E
RGB
CMYK
RGB Variations
Color information
#C6DF0E (or 0xC6DF0E) is known color: Inch Worm. HEX triplet: C6, DF and 0E. RGB value is (198,223,14). Sum of RGB (Red+Green+Blue) = 198+223+14=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DF0E is #3920F1. Grayscale: #C0C0C0. Windows color (decimal): -3743986 or 974790. OLE color: 974790.
HSL color Cylindrical-coordinate representation of color #C6DF0E: hue angle of 67.18º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6DF0E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 14 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.13 |
| HSL | 67.18º | 0.88% | 0.46% | - |
| HSV(B) | 67.18º | 0.94% | 0.87% | - |
| XYZ | 49.76 | 64.81 | 10.3 | - |
| YUV | 191.7 | 27.72 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 14 | 0.11 | 0 | 0.94 | 0.13 | 67.18 | 0.88 | 0.46 |
| Hex | C6 | DF | E | B | 0 | 5E | D | 43 | 58 | 2E |
| Octal | 306 | 337 | 16 | 13 | 0 | 136 | 15 | 103 | 130 | 56 |
| Binary | 11000110 | 11011111 | 1110 | 1011 | 0 | 1011110 | 1101 | 1000011 | 1011000 | 101110 |
Color Harmonies of #C6DF0E
Complementary color
Monochromatic Colors of #C6DF0E
Black with #C6DF0E
Text Example
Text Example
White with #C6DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF0E; }
p { color: rgb(198,223,14); }
H1.HeaderClassName
{
color: #C6DF0E;
}
.AnyTagClassName
{
color: #C6DF0E;
}
</style>
background-color css
<style>
a { background-color: #C6DF0E; }
a { background-color: rgb(198,223,14); }
div.DivClassName
{
background-color: #C6DF0E;
}
.BgClassName
{
background-color: #C6DF0E;
}
</style>
border-color css
<style>
span { border-color: #C6DF0E; }
span { border-color: rgb(198,223,14); }
td.TdClassName
{
border-color: #C6DF0E;
}
.TagClassName
{
border-color: #C6DF0E;
}
</style>