Shades of Inch Worm #C3DA08
Tints of Inch Worm #C3DA08
RGB
CMYK
RGB Variations
Color information
#C3DA08 (or 0xC3DA08) is known color: Inch Worm. HEX triplet: C3, DA and 08. RGB value is (195,218,8). Sum of RGB (Red+Green+Blue) = 195+218+8=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DA08 is #3C25F7. Grayscale: #BCBCBC. Windows color (decimal): -3941880 or 580291. OLE color: 580291.
HSL color Cylindrical-coordinate representation of color #C3DA08: hue angle of 66.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3DA08 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.15 |
| HSL | 66.57º | 0.93% | 0.44% | - |
| HSV(B) | 66.57º | 0.96% | 0.85% | - |
| XYZ | 47.62 | 61.76 | 9.64 | - |
| YUV | 187.18 | 26.88 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 8 | 0.11 | 0 | 0.96 | 0.15 | 66.57 | 0.93 | 0.44 |
| Hex | C3 | DA | 8 | B | 0 | 60 | F | 43 | 5D | 2C |
| Octal | 303 | 332 | 10 | 13 | 0 | 140 | 17 | 103 | 135 | 54 |
| Binary | 11000011 | 11011010 | 1000 | 1011 | 0 | 1100000 | 1111 | 1000011 | 1011101 | 101100 |
Color Harmonies of #C3DA08
Complementary color
Monochromatic Colors of #C3DA08
Black with #C3DA08
Text Example
Text Example
White with #C3DA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DA08; }
p { color: rgb(195,218,8); }
H1.HeaderClassName
{
color: #C3DA08;
}
.AnyTagClassName
{
color: #C3DA08;
}
</style>
background-color css
<style>
a { background-color: #C3DA08; }
a { background-color: rgb(195,218,8); }
div.DivClassName
{
background-color: #C3DA08;
}
.BgClassName
{
background-color: #C3DA08;
}
</style>
border-color css
<style>
span { border-color: #C3DA08; }
span { border-color: rgb(195,218,8); }
td.TdClassName
{
border-color: #C3DA08;
}
.TagClassName
{
border-color: #C3DA08;
}
</style>