Shades of Inch Worm #C8DF02
Tints of Inch Worm #C8DF02
RGB
CMYK
RGB Variations
Color information
#C8DF02 (or 0xC8DF02) is known color: Inch Worm. HEX triplet: C8, DF and 02. RGB value is (200,223,2). Sum of RGB (Red+Green+Blue) = 200+223+2=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DF02 is #3720FD. Grayscale: #BFBFBF. Windows color (decimal): -3612926 or 188360. OLE color: 188360.
HSL color Cylindrical-coordinate representation of color #C8DF02: hue angle of 66.24º degrees, saturation: 0.98, 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 #C8DF02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.13 |
| HSL | 66.24º | 0.98% | 0.44% | - |
| HSV(B) | 66.24º | 0.99% | 0.87% | - |
| XYZ | 50.22 | 65.06 | 9.97 | - |
| YUV | 190.93 | 21.38 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 2 | 0.10 | 0 | 0.99 | 0.13 | 66.24 | 0.98 | 0.44 |
| Hex | C8 | DF | 2 | A | 0 | 63 | D | 42 | 62 | 2C |
| Octal | 310 | 337 | 2 | 12 | 0 | 143 | 15 | 102 | 142 | 54 |
| Binary | 11001000 | 11011111 | 10 | 1010 | 0 | 1100011 | 1101 | 1000010 | 1100010 | 101100 |
Color Harmonies of #C8DF02
Complementary color
Monochromatic Colors of #C8DF02
Black with #C8DF02
Text Example
Text Example
White with #C8DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DF02; }
p { color: rgb(200,223,2); }
H1.HeaderClassName
{
color: #C8DF02;
}
.AnyTagClassName
{
color: #C8DF02;
}
</style>
background-color css
<style>
a { background-color: #C8DF02; }
a { background-color: rgb(200,223,2); }
div.DivClassName
{
background-color: #C8DF02;
}
.BgClassName
{
background-color: #C8DF02;
}
</style>
border-color css
<style>
span { border-color: #C8DF02; }
span { border-color: rgb(200,223,2); }
td.TdClassName
{
border-color: #C8DF02;
}
.TagClassName
{
border-color: #C8DF02;
}
</style>