Shades of Inch Worm #C3DA0D
Tints of Inch Worm #C3DA0D
RGB
CMYK
RGB Variations
Color information
#C3DA0D (or 0xC3DA0D) is known color: Inch Worm. HEX triplet: C3, DA and 0D. RGB value is (195,218,13). Sum of RGB (Red+Green+Blue) = 195+218+13=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DA0D is #3C25F2. Grayscale: #BCBCBC. Windows color (decimal): -3941875 or 907971. OLE color: 907971.
HSL color Cylindrical-coordinate representation of color #C3DA0D: hue angle of 66.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3DA0D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.15 |
| HSL | 66.73º | 0.89% | 0.45% | - |
| HSV(B) | 66.73º | 0.94% | 0.85% | - |
| XYZ | 47.65 | 61.77 | 9.79 | - |
| YUV | 187.75 | 29.38 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 13 | 0.11 | 0 | 0.94 | 0.15 | 66.73 | 0.89 | 0.45 |
| Hex | C3 | DA | D | B | 0 | 5E | F | 43 | 59 | 2D |
| Octal | 303 | 332 | 15 | 13 | 0 | 136 | 17 | 103 | 131 | 55 |
| Binary | 11000011 | 11011010 | 1101 | 1011 | 0 | 1011110 | 1111 | 1000011 | 1011001 | 101101 |
Color Harmonies of #C3DA0D
Complementary color
Monochromatic Colors of #C3DA0D
Black with #C3DA0D
Text Example
Text Example
White with #C3DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DA0D; }
p { color: rgb(195,218,13); }
H1.HeaderClassName
{
color: #C3DA0D;
}
.AnyTagClassName
{
color: #C3DA0D;
}
</style>
background-color css
<style>
a { background-color: #C3DA0D; }
a { background-color: rgb(195,218,13); }
div.DivClassName
{
background-color: #C3DA0D;
}
.BgClassName
{
background-color: #C3DA0D;
}
</style>
border-color css
<style>
span { border-color: #C3DA0D; }
span { border-color: rgb(195,218,13); }
td.TdClassName
{
border-color: #C3DA0D;
}
.TagClassName
{
border-color: #C3DA0D;
}
</style>