Shades of Inch Worm #C9DF0C
Tints of Inch Worm #C9DF0C
RGB
CMYK
RGB Variations
Color information
#C9DF0C (or 0xC9DF0C) is known color: Inch Worm. HEX triplet: C9, DF and 0C. RGB value is (201,223,12). Sum of RGB (Red+Green+Blue) = 201+223+12=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DF0C is #3620F3. Grayscale: #C1C1C1. Windows color (decimal): -3547380 or 843721. OLE color: 843721.
HSL color Cylindrical-coordinate representation of color #C9DF0C: hue angle of 66.26º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9DF0C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 12 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.13 |
| HSL | 66.26º | 0.9% | 0.46% | - |
| HSV(B) | 66.26º | 0.95% | 0.87% | - |
| XYZ | 50.54 | 65.22 | 10.27 | - |
| YUV | 192.37 | 26.21 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 12 | 0.10 | 0 | 0.95 | 0.13 | 66.26 | 0.9 | 0.46 |
| Hex | C9 | DF | C | A | 0 | 5F | D | 42 | 5A | 2E |
| Octal | 311 | 337 | 14 | 12 | 0 | 137 | 15 | 102 | 132 | 56 |
| Binary | 11001001 | 11011111 | 1100 | 1010 | 0 | 1011111 | 1101 | 1000010 | 1011010 | 101110 |
Color Harmonies of #C9DF0C
Complementary color
Monochromatic Colors of #C9DF0C
Black with #C9DF0C
Text Example
Text Example
White with #C9DF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DF0C; }
p { color: rgb(201,223,12); }
H1.HeaderClassName
{
color: #C9DF0C;
}
.AnyTagClassName
{
color: #C9DF0C;
}
</style>
background-color css
<style>
a { background-color: #C9DF0C; }
a { background-color: rgb(201,223,12); }
div.DivClassName
{
background-color: #C9DF0C;
}
.BgClassName
{
background-color: #C9DF0C;
}
</style>
border-color css
<style>
span { border-color: #C9DF0C; }
span { border-color: rgb(201,223,12); }
td.TdClassName
{
border-color: #C9DF0C;
}
.TagClassName
{
border-color: #C9DF0C;
}
</style>