Shades of Inch Worm #C5DD0F
Tints of Inch Worm #C5DD0F
RGB
CMYK
RGB Variations
Color information
#C5DD0F (or 0xC5DD0F) is known color: Inch Worm. HEX triplet: C5, DD and 0F. RGB value is (197,221,15). Sum of RGB (Red+Green+Blue) = 197+221+15=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DD0F is #3A22F0. Grayscale: #BFBFBF. Windows color (decimal): -3810033 or 1039813. OLE color: 1039813.
HSL color Cylindrical-coordinate representation of color #C5DD0F: hue angle of 66.99º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5DD0F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.13 |
| HSL | 66.99º | 0.87% | 0.46% | - |
| HSV(B) | 66.99º | 0.93% | 0.87% | - |
| XYZ | 48.97 | 63.62 | 10.15 | - |
| YUV | 190.34 | 29.05 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 15 | 0.11 | 0 | 0.93 | 0.13 | 66.99 | 0.87 | 0.46 |
| Hex | C5 | DD | F | B | 0 | 5D | D | 43 | 57 | 2E |
| Octal | 305 | 335 | 17 | 13 | 0 | 135 | 15 | 103 | 127 | 56 |
| Binary | 11000101 | 11011101 | 1111 | 1011 | 0 | 1011101 | 1101 | 1000011 | 1010111 | 101110 |
Color Harmonies of #C5DD0F
Complementary color
Monochromatic Colors of #C5DD0F
Black with #C5DD0F
Text Example
Text Example
White with #C5DD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD0F; }
p { color: rgb(197,221,15); }
H1.HeaderClassName
{
color: #C5DD0F;
}
.AnyTagClassName
{
color: #C5DD0F;
}
</style>
background-color css
<style>
a { background-color: #C5DD0F; }
a { background-color: rgb(197,221,15); }
div.DivClassName
{
background-color: #C5DD0F;
}
.BgClassName
{
background-color: #C5DD0F;
}
</style>
border-color css
<style>
span { border-color: #C5DD0F; }
span { border-color: rgb(197,221,15); }
td.TdClassName
{
border-color: #C5DD0F;
}
.TagClassName
{
border-color: #C5DD0F;
}
</style>