Shades of Inch Worm #C6DE0B
Tints of Inch Worm #C6DE0B
RGB
CMYK
RGB Variations
Color information
#C6DE0B (or 0xC6DE0B) is known color: Inch Worm. HEX triplet: C6, DE and 0B. RGB value is (198,222,11). Sum of RGB (Red+Green+Blue) = 198+222+11=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #C6DE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DE0B is #3921F4. Grayscale: #BFBFBF. Windows color (decimal): -3744245 or 777926. OLE color: 777926.
HSL color Cylindrical-coordinate representation of color #C6DE0B: hue angle of 66.82º degrees, saturation: 0.91, 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 #C6DE0B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 222 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.13 |
| HSL | 66.82º | 0.91% | 0.46% | - |
| HSV(B) | 66.82º | 0.95% | 0.87% | - |
| XYZ | 49.47 | 64.27 | 10.12 | - |
| YUV | 190.77 | 26.55 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 11 | 0.11 | 0 | 0.95 | 0.13 | 66.82 | 0.91 | 0.46 |
| Hex | C6 | DE | B | B | 0 | 5F | D | 43 | 5B | 2E |
| Octal | 306 | 336 | 13 | 13 | 0 | 137 | 15 | 103 | 133 | 56 |
| Binary | 11000110 | 11011110 | 1011 | 1011 | 0 | 1011111 | 1101 | 1000011 | 1011011 | 101110 |
Color Harmonies of #C6DE0B
Complementary color
Monochromatic Colors of #C6DE0B
Black with #C6DE0B
Text Example
Text Example
White with #C6DE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DE0B; }
p { color: rgb(198,222,11); }
H1.HeaderClassName
{
color: #C6DE0B;
}
.AnyTagClassName
{
color: #C6DE0B;
}
</style>
background-color css
<style>
a { background-color: #C6DE0B; }
a { background-color: rgb(198,222,11); }
div.DivClassName
{
background-color: #C6DE0B;
}
.BgClassName
{
background-color: #C6DE0B;
}
</style>
border-color css
<style>
span { border-color: #C6DE0B; }
span { border-color: rgb(198,222,11); }
td.TdClassName
{
border-color: #C6DE0B;
}
.TagClassName
{
border-color: #C6DE0B;
}
</style>