Shades of Inch Worm #C8DF03
Tints of Inch Worm #C8DF03
RGB
CMYK
RGB Variations
Color information
#C8DF03 (or 0xC8DF03) is known color: Inch Worm. HEX triplet: C8, DF and 03. RGB value is (200,223,3). Sum of RGB (Red+Green+Blue) = 200+223+3=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 3 (1.56% from 255 or 0.70% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DF03 is #3720FC. Grayscale: #BFBFBF. Windows color (decimal): -3612925 or 253896. OLE color: 253896.
HSL color Cylindrical-coordinate representation of color #C8DF03: hue angle of 66.27º 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 #C8DF03 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 3 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.13 |
| HSL | 66.27º | 0.97% | 0.44% | - |
| HSV(B) | 66.27º | 0.99% | 0.87% | - |
| XYZ | 50.22 | 65.06 | 10 | - |
| YUV | 191.04 | 21.88 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 3 | 0.10 | 0 | 0.99 | 0.13 | 66.27 | 0.97 | 0.44 |
| Hex | C8 | DF | 3 | A | 0 | 63 | D | 42 | 61 | 2C |
| Octal | 310 | 337 | 3 | 12 | 0 | 143 | 15 | 102 | 141 | 54 |
| Binary | 11001000 | 11011111 | 11 | 1010 | 0 | 1100011 | 1101 | 1000010 | 1100001 | 101100 |
Color Harmonies of #C8DF03
Complementary color
Monochromatic Colors of #C8DF03
Black with #C8DF03
Text Example
Text Example
White with #C8DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DF03; }
p { color: rgb(200,223,3); }
H1.HeaderClassName
{
color: #C8DF03;
}
.AnyTagClassName
{
color: #C8DF03;
}
</style>
background-color css
<style>
a { background-color: #C8DF03; }
a { background-color: rgb(200,223,3); }
div.DivClassName
{
background-color: #C8DF03;
}
.BgClassName
{
background-color: #C8DF03;
}
</style>
border-color css
<style>
span { border-color: #C8DF03; }
span { border-color: rgb(200,223,3); }
td.TdClassName
{
border-color: #C8DF03;
}
.TagClassName
{
border-color: #C8DF03;
}
</style>