Shades of Inch Worm #C3DF0E
Tints of Inch Worm #C3DF0E
RGB
CMYK
RGB Variations
Color information
#C3DF0E (or 0xC3DF0E) is known color: Inch Worm. HEX triplet: C3, DF and 0E. RGB value is (195,223,14). Sum of RGB (Red+Green+Blue) = 195+223+14=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DF0E is #3C20F1. Grayscale: #BFBFBF. Windows color (decimal): -3940594 or 974787. OLE color: 974787.
HSL color Cylindrical-coordinate representation of color #C3DF0E: hue angle of 68.04º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3DF0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 14 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.13 |
| HSL | 68.04º | 0.88% | 0.46% | - |
| HSV(B) | 68.04º | 0.94% | 0.87% | - |
| XYZ | 48.97 | 64.41 | 10.27 | - |
| YUV | 190.8 | 28.22 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 14 | 0.13 | 0 | 0.94 | 0.13 | 68.04 | 0.88 | 0.46 |
| Hex | C3 | DF | E | D | 0 | 5E | D | 44 | 58 | 2E |
| Octal | 303 | 337 | 16 | 15 | 0 | 136 | 15 | 104 | 130 | 56 |
| Binary | 11000011 | 11011111 | 1110 | 1101 | 0 | 1011110 | 1101 | 1000100 | 1011000 | 101110 |
Color Harmonies of #C3DF0E
Complementary color
Monochromatic Colors of #C3DF0E
Black with #C3DF0E
Text Example
Text Example
White with #C3DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF0E; }
p { color: rgb(195,223,14); }
H1.HeaderClassName
{
color: #C3DF0E;
}
.AnyTagClassName
{
color: #C3DF0E;
}
</style>
background-color css
<style>
a { background-color: #C3DF0E; }
a { background-color: rgb(195,223,14); }
div.DivClassName
{
background-color: #C3DF0E;
}
.BgClassName
{
background-color: #C3DF0E;
}
</style>
border-color css
<style>
span { border-color: #C3DF0E; }
span { border-color: rgb(195,223,14); }
td.TdClassName
{
border-color: #C3DF0E;
}
.TagClassName
{
border-color: #C3DF0E;
}
</style>