Shades of Inch Worm #C7DF16
Tints of Inch Worm #C7DF16
RGB
CMYK
RGB Variations
Color information
#C7DF16 (or 0xC7DF16) is known color: Inch Worm. HEX triplet: C7, DF and 16. RGB value is (199,223,22). Sum of RGB (Red+Green+Blue) = 199+223+22=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DF16 is #3820E9. Grayscale: #C1C1C1. Windows color (decimal): -3678442 or 1499079. OLE color: 1499079.
HSL color Cylindrical-coordinate representation of color #C7DF16: hue angle of 67.16º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7DF16 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 223 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.13 |
| HSL | 67.16º | 0.82% | 0.48% | - |
| HSV(B) | 67.16º | 0.9% | 0.87% | - |
| XYZ | 50.09 | 64.98 | 10.66 | - |
| YUV | 192.91 | 31.55 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 223 | 22 | 0.11 | 0 | 0.90 | 0.13 | 67.16 | 0.82 | 0.48 |
| Hex | C7 | DF | 16 | B | 0 | 5A | D | 43 | 52 | 30 |
| Octal | 307 | 337 | 26 | 13 | 0 | 132 | 15 | 103 | 122 | 60 |
| Binary | 11000111 | 11011111 | 10110 | 1011 | 0 | 1011010 | 1101 | 1000011 | 1010010 | 110000 |
Color Harmonies of #C7DF16
Complementary color
Monochromatic Colors of #C7DF16
Black with #C7DF16
Text Example
Text Example
White with #C7DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DF16; }
p { color: rgb(199,223,22); }
H1.HeaderClassName
{
color: #C7DF16;
}
.AnyTagClassName
{
color: #C7DF16;
}
</style>
background-color css
<style>
a { background-color: #C7DF16; }
a { background-color: rgb(199,223,22); }
div.DivClassName
{
background-color: #C7DF16;
}
.BgClassName
{
background-color: #C7DF16;
}
</style>
border-color css
<style>
span { border-color: #C7DF16; }
span { border-color: rgb(199,223,22); }
td.TdClassName
{
border-color: #C7DF16;
}
.TagClassName
{
border-color: #C7DF16;
}
</style>