Shades of Inch Worm #C6DF0C
Tints of Inch Worm #C6DF0C
RGB
CMYK
RGB Variations
Color information
#C6DF0C (or 0xC6DF0C) is known color: Inch Worm. HEX triplet: C6, DF and 0C. RGB value is (198,223,12). Sum of RGB (Red+Green+Blue) = 198+223+12=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DF0C is #3920F3. Grayscale: #C0C0C0. Windows color (decimal): -3743988 or 843718. OLE color: 843718.
HSL color Cylindrical-coordinate representation of color #C6DF0C: hue angle of 67.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6DF0C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.13 |
| HSL | 67.11º | 0.9% | 0.46% | - |
| HSV(B) | 67.11º | 0.95% | 0.87% | - |
| XYZ | 49.74 | 64.81 | 10.24 | - |
| YUV | 191.47 | 26.72 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 12 | 0.11 | 0 | 0.95 | 0.13 | 67.11 | 0.9 | 0.46 |
| Hex | C6 | DF | C | B | 0 | 5F | D | 43 | 5A | 2E |
| Octal | 306 | 337 | 14 | 13 | 0 | 137 | 15 | 103 | 132 | 56 |
| Binary | 11000110 | 11011111 | 1100 | 1011 | 0 | 1011111 | 1101 | 1000011 | 1011010 | 101110 |
Color Harmonies of #C6DF0C
Complementary color
Monochromatic Colors of #C6DF0C
Black with #C6DF0C
Text Example
Text Example
White with #C6DF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF0C; }
p { color: rgb(198,223,12); }
H1.HeaderClassName
{
color: #C6DF0C;
}
.AnyTagClassName
{
color: #C6DF0C;
}
</style>
background-color css
<style>
a { background-color: #C6DF0C; }
a { background-color: rgb(198,223,12); }
div.DivClassName
{
background-color: #C6DF0C;
}
.BgClassName
{
background-color: #C6DF0C;
}
</style>
border-color css
<style>
span { border-color: #C6DF0C; }
span { border-color: rgb(198,223,12); }
td.TdClassName
{
border-color: #C6DF0C;
}
.TagClassName
{
border-color: #C6DF0C;
}
</style>