Shades of Inch Worm #C5DF06
Tints of Inch Worm #C5DF06
RGB
CMYK
RGB Variations
Color information
#C5DF06 (or 0xC5DF06) is known color: Inch Worm. HEX triplet: C5, DF and 06. RGB value is (197,223,6). Sum of RGB (Red+Green+Blue) = 197+223+6=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DF06 is #3A20F9. Grayscale: #BFBFBF. Windows color (decimal): -3809530 or 450501. OLE color: 450501.
HSL color Cylindrical-coordinate representation of color #C5DF06: hue angle of 67.19º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5DF06 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 6 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.13 |
| HSL | 67.19º | 0.95% | 0.45% | - |
| HSV(B) | 67.19º | 0.97% | 0.87% | - |
| XYZ | 49.45 | 64.66 | 10.05 | - |
| YUV | 190.49 | 23.89 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 6 | 0.12 | 0 | 0.97 | 0.13 | 67.19 | 0.95 | 0.45 |
| Hex | C5 | DF | 6 | C | 0 | 61 | D | 43 | 5F | 2D |
| Octal | 305 | 337 | 6 | 14 | 0 | 141 | 15 | 103 | 137 | 55 |
| Binary | 11000101 | 11011111 | 110 | 1100 | 0 | 1100001 | 1101 | 1000011 | 1011111 | 101101 |
Color Harmonies of #C5DF06
Complementary color
Monochromatic Colors of #C5DF06
Black with #C5DF06
Text Example
Text Example
White with #C5DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF06; }
p { color: rgb(197,223,6); }
H1.HeaderClassName
{
color: #C5DF06;
}
.AnyTagClassName
{
color: #C5DF06;
}
</style>
background-color css
<style>
a { background-color: #C5DF06; }
a { background-color: rgb(197,223,6); }
div.DivClassName
{
background-color: #C5DF06;
}
.BgClassName
{
background-color: #C5DF06;
}
</style>
border-color css
<style>
span { border-color: #C5DF06; }
span { border-color: rgb(197,223,6); }
td.TdClassName
{
border-color: #C5DF06;
}
.TagClassName
{
border-color: #C5DF06;
}
</style>