Shades of Inch Worm #C3DF00
Tints of Inch Worm #C3DF00
RGB
CMYK
RGB Variations
Color information
#C3DF00 (or 0xC3DF00) is known color: Inch Worm. HEX triplet: C3, DF and 00. RGB value is (195,223,0). Sum of RGB (Red+Green+Blue) = 195+223+0=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DF00 is #3C20FF. Grayscale: #BEBEBE. Windows color (decimal): -3940608 or 57283. OLE color: 57283.
HSL color Cylindrical-coordinate representation of color #C3DF00: hue angle of 67.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3DF00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.13 |
| HSL | 67.53º | 1% | 0.44% | - |
| HSV(B) | 67.53º | 1% | 0.87% | - |
| XYZ | 48.89 | 64.38 | 9.85 | - |
| YUV | 189.21 | 21.22 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 0 | 0.13 | 0 | 1 | 0.13 | 67.53 | 1 | 0.44 |
| Hex | C3 | DF | 0 | D | 0 | 64 | D | 44 | 64 | 2C |
| Octal | 303 | 337 | 0 | 15 | 0 | 144 | 15 | 104 | 144 | 54 |
| Binary | 11000011 | 11011111 | 0 | 1101 | 0 | 1100100 | 1101 | 1000100 | 1100100 | 101100 |
Color Harmonies of #C3DF00
Complementary color
Monochromatic Colors of #C3DF00
Black with #C3DF00
Text Example
Text Example
White with #C3DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF00; }
p { color: rgb(195,223,0); }
H1.HeaderClassName
{
color: #C3DF00;
}
.AnyTagClassName
{
color: #C3DF00;
}
</style>
background-color css
<style>
a { background-color: #C3DF00; }
a { background-color: rgb(195,223,0); }
div.DivClassName
{
background-color: #C3DF00;
}
.BgClassName
{
background-color: #C3DF00;
}
</style>
border-color css
<style>
span { border-color: #C3DF00; }
span { border-color: rgb(195,223,0); }
td.TdClassName
{
border-color: #C3DF00;
}
.TagClassName
{
border-color: #C3DF00;
}
</style>