Shades of Inch Worm #C4DF02
Tints of Inch Worm #C4DF02
RGB
CMYK
RGB Variations
Color information
#C4DF02 (or 0xC4DF02) is known color: Inch Worm. HEX triplet: C4, DF and 02. RGB value is (196,223,2). Sum of RGB (Red+Green+Blue) = 196+223+2=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DF02 is #3B20FD. Grayscale: #BEBEBE. Windows color (decimal): -3875070 or 188356. OLE color: 188356.
HSL color Cylindrical-coordinate representation of color #C4DF02: hue angle of 67.33º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4DF02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.13 |
| HSL | 67.33º | 0.98% | 0.44% | - |
| HSV(B) | 67.33º | 0.99% | 0.87% | - |
| XYZ | 49.16 | 64.52 | 9.92 | - |
| YUV | 189.73 | 22.05 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 2 | 0.12 | 0 | 0.99 | 0.13 | 67.33 | 0.98 | 0.44 |
| Hex | C4 | DF | 2 | C | 0 | 63 | D | 43 | 62 | 2C |
| Octal | 304 | 337 | 2 | 14 | 0 | 143 | 15 | 103 | 142 | 54 |
| Binary | 11000100 | 11011111 | 10 | 1100 | 0 | 1100011 | 1101 | 1000011 | 1100010 | 101100 |
Color Harmonies of #C4DF02
Complementary color
Monochromatic Colors of #C4DF02
Black with #C4DF02
Text Example
Text Example
White with #C4DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF02; }
p { color: rgb(196,223,2); }
H1.HeaderClassName
{
color: #C4DF02;
}
.AnyTagClassName
{
color: #C4DF02;
}
</style>
background-color css
<style>
a { background-color: #C4DF02; }
a { background-color: rgb(196,223,2); }
div.DivClassName
{
background-color: #C4DF02;
}
.BgClassName
{
background-color: #C4DF02;
}
</style>
border-color css
<style>
span { border-color: #C4DF02; }
span { border-color: rgb(196,223,2); }
td.TdClassName
{
border-color: #C4DF02;
}
.TagClassName
{
border-color: #C4DF02;
}
</style>