Shades of Inch Worm #C4DF16
Tints of Inch Worm #C4DF16
RGB
CMYK
RGB Variations
Color information
#C4DF16 (or 0xC4DF16) is known color: Inch Worm. HEX triplet: C4, DF and 16. RGB value is (196,223,22). Sum of RGB (Red+Green+Blue) = 196+223+22=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DF16 is #3B20E9. Grayscale: #C0C0C0. Windows color (decimal): -3875050 or 1499076. OLE color: 1499076.
HSL color Cylindrical-coordinate representation of color #C4DF16: hue angle of 68.06º 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 #C4DF16 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.13 |
| HSL | 68.06º | 0.82% | 0.48% | - |
| HSV(B) | 68.06º | 0.9% | 0.87% | - |
| XYZ | 49.3 | 64.57 | 10.62 | - |
| YUV | 192.01 | 32.05 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 22 | 0.12 | 0 | 0.90 | 0.13 | 68.06 | 0.82 | 0.48 |
| Hex | C4 | DF | 16 | C | 0 | 5A | D | 44 | 52 | 30 |
| Octal | 304 | 337 | 26 | 14 | 0 | 132 | 15 | 104 | 122 | 60 |
| Binary | 11000100 | 11011111 | 10110 | 1100 | 0 | 1011010 | 1101 | 1000100 | 1010010 | 110000 |
Color Harmonies of #C4DF16
Complementary color
Monochromatic Colors of #C4DF16
Black with #C4DF16
Text Example
Text Example
White with #C4DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF16; }
p { color: rgb(196,223,22); }
H1.HeaderClassName
{
color: #C4DF16;
}
.AnyTagClassName
{
color: #C4DF16;
}
</style>
background-color css
<style>
a { background-color: #C4DF16; }
a { background-color: rgb(196,223,22); }
div.DivClassName
{
background-color: #C4DF16;
}
.BgClassName
{
background-color: #C4DF16;
}
</style>
border-color css
<style>
span { border-color: #C4DF16; }
span { border-color: rgb(196,223,22); }
td.TdClassName
{
border-color: #C4DF16;
}
.TagClassName
{
border-color: #C4DF16;
}
</style>