Shades of Inch Worm #C7DD0B
Tints of Inch Worm #C7DD0B
RGB
CMYK
RGB Variations
Color information
#C7DD0B (or 0xC7DD0B) is known color: Inch Worm. HEX triplet: C7, DD and 0B. RGB value is (199,221,11). Sum of RGB (Red+Green+Blue) = 199+221+11=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DD0B is #3822F4. Grayscale: #BFBFBF. Windows color (decimal): -3678965 or 777671. OLE color: 777671.
HSL color Cylindrical-coordinate representation of color #C7DD0B: hue angle of 66.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7DD0B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 11 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.13 |
| HSL | 66.29º | 0.91% | 0.45% | - |
| HSV(B) | 66.29º | 0.95% | 0.87% | - |
| XYZ | 49.47 | 63.88 | 10.04 | - |
| YUV | 190.48 | 26.71 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 11 | 0.10 | 0 | 0.95 | 0.13 | 66.29 | 0.91 | 0.45 |
| Hex | C7 | DD | B | A | 0 | 5F | D | 42 | 5B | 2D |
| Octal | 307 | 335 | 13 | 12 | 0 | 137 | 15 | 102 | 133 | 55 |
| Binary | 11000111 | 11011101 | 1011 | 1010 | 0 | 1011111 | 1101 | 1000010 | 1011011 | 101101 |
Color Harmonies of #C7DD0B
Complementary color
Monochromatic Colors of #C7DD0B
Black with #C7DD0B
Text Example
Text Example
White with #C7DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DD0B; }
p { color: rgb(199,221,11); }
H1.HeaderClassName
{
color: #C7DD0B;
}
.AnyTagClassName
{
color: #C7DD0B;
}
</style>
background-color css
<style>
a { background-color: #C7DD0B; }
a { background-color: rgb(199,221,11); }
div.DivClassName
{
background-color: #C7DD0B;
}
.BgClassName
{
background-color: #C7DD0B;
}
</style>
border-color css
<style>
span { border-color: #C7DD0B; }
span { border-color: rgb(199,221,11); }
td.TdClassName
{
border-color: #C7DD0B;
}
.TagClassName
{
border-color: #C7DD0B;
}
</style>