Shades of Inch Worm #C3DB03
Tints of Inch Worm #C3DB03
RGB
CMYK
RGB Variations
Color information
#C3DB03 (or 0xC3DB03) is known color: Inch Worm. HEX triplet: C3, DB and 03. RGB value is (195,219,3). Sum of RGB (Red+Green+Blue) = 195+219+3=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3DB03 is #3C24FC. Grayscale: #BCBCBC. Windows color (decimal): -3941629 or 252867. OLE color: 252867.
HSL color Cylindrical-coordinate representation of color #C3DB03: hue angle of 66.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3DB03 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 3 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.14 |
| HSL | 66.67º | 0.97% | 0.44% | - |
| HSV(B) | 66.67º | 0.99% | 0.86% | - |
| XYZ | 47.85 | 62.27 | 9.58 | - |
| YUV | 187.2 | 24.05 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 3 | 0.11 | 0 | 0.99 | 0.14 | 66.67 | 0.97 | 0.44 |
| Hex | C3 | DB | 3 | B | 0 | 63 | E | 43 | 61 | 2C |
| Octal | 303 | 333 | 3 | 13 | 0 | 143 | 16 | 103 | 141 | 54 |
| Binary | 11000011 | 11011011 | 11 | 1011 | 0 | 1100011 | 1110 | 1000011 | 1100001 | 101100 |
Color Harmonies of #C3DB03
Complementary color
Monochromatic Colors of #C3DB03
Black with #C3DB03
Text Example
Text Example
White with #C3DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB03; }
p { color: rgb(195,219,3); }
H1.HeaderClassName
{
color: #C3DB03;
}
.AnyTagClassName
{
color: #C3DB03;
}
</style>
background-color css
<style>
a { background-color: #C3DB03; }
a { background-color: rgb(195,219,3); }
div.DivClassName
{
background-color: #C3DB03;
}
.BgClassName
{
background-color: #C3DB03;
}
</style>
border-color css
<style>
span { border-color: #C3DB03; }
span { border-color: rgb(195,219,3); }
td.TdClassName
{
border-color: #C3DB03;
}
.TagClassName
{
border-color: #C3DB03;
}
</style>