Shades of Inch Worm #C5DF03
Tints of Inch Worm #C5DF03
RGB
CMYK
RGB Variations
Color information
#C5DF03 (or 0xC5DF03) is known color: Inch Worm. HEX triplet: C5, DF and 03. RGB value is (197,223,3). Sum of RGB (Red+Green+Blue) = 197+223+3=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DF03 is #3A20FC. Grayscale: #BFBFBF. Windows color (decimal): -3809533 or 253893. OLE color: 253893.
HSL color Cylindrical-coordinate representation of color #C5DF03: hue angle of 67.09º degrees, saturation: 0.97, 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 #C5DF03 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.13 |
| HSL | 67.09º | 0.97% | 0.44% | - |
| HSV(B) | 67.09º | 0.99% | 0.87% | - |
| XYZ | 49.43 | 64.65 | 9.96 | - |
| YUV | 190.15 | 22.39 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 3 | 0.12 | 0 | 0.99 | 0.13 | 67.09 | 0.97 | 0.44 |
| Hex | C5 | DF | 3 | C | 0 | 63 | D | 43 | 61 | 2C |
| Octal | 305 | 337 | 3 | 14 | 0 | 143 | 15 | 103 | 141 | 54 |
| Binary | 11000101 | 11011111 | 11 | 1100 | 0 | 1100011 | 1101 | 1000011 | 1100001 | 101100 |
Color Harmonies of #C5DF03
Complementary color
Monochromatic Colors of #C5DF03
Black with #C5DF03
Text Example
Text Example
White with #C5DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF03; }
p { color: rgb(197,223,3); }
H1.HeaderClassName
{
color: #C5DF03;
}
.AnyTagClassName
{
color: #C5DF03;
}
</style>
background-color css
<style>
a { background-color: #C5DF03; }
a { background-color: rgb(197,223,3); }
div.DivClassName
{
background-color: #C5DF03;
}
.BgClassName
{
background-color: #C5DF03;
}
</style>
border-color css
<style>
span { border-color: #C5DF03; }
span { border-color: rgb(197,223,3); }
td.TdClassName
{
border-color: #C5DF03;
}
.TagClassName
{
border-color: #C5DF03;
}
</style>