Shades of Inch Worm #CCE00D
Tints of Inch Worm #CCE00D
RGB
CMYK
RGB Variations
Color information
#CCE00D (or 0xCCE00D) is known color: Inch Worm. HEX triplet: CC, E0 and 0D. RGB value is (204,224,13). Sum of RGB (Red+Green+Blue) = 204+224+13=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE00D is #331FF2. Grayscale: #C2C2C2. Windows color (decimal): -3350515 or 909516. OLE color: 909516.
HSL color Cylindrical-coordinate representation of color #CCE00D: hue angle of 65.69º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCE00D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.12 |
| HSL | 65.69º | 0.89% | 0.46% | - |
| HSV(B) | 65.69º | 0.94% | 0.88% | - |
| XYZ | 51.63 | 66.18 | 10.43 | - |
| YUV | 193.97 | 25.87 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 13 | 0.09 | 0 | 0.94 | 0.12 | 65.69 | 0.89 | 0.46 |
| Hex | CC | E0 | D | 9 | 0 | 5E | C | 42 | 59 | 2E |
| Octal | 314 | 340 | 15 | 11 | 0 | 136 | 14 | 102 | 131 | 56 |
| Binary | 11001100 | 11100000 | 1101 | 1001 | 0 | 1011110 | 1100 | 1000010 | 1011001 | 101110 |
Color Harmonies of #CCE00D
Complementary color
Monochromatic Colors of #CCE00D
Black with #CCE00D
Text Example
Text Example
White with #CCE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE00D; }
p { color: rgb(204,224,13); }
H1.HeaderClassName
{
color: #CCE00D;
}
.AnyTagClassName
{
color: #CCE00D;
}
</style>
background-color css
<style>
a { background-color: #CCE00D; }
a { background-color: rgb(204,224,13); }
div.DivClassName
{
background-color: #CCE00D;
}
.BgClassName
{
background-color: #CCE00D;
}
</style>
border-color css
<style>
span { border-color: #CCE00D; }
span { border-color: rgb(204,224,13); }
td.TdClassName
{
border-color: #CCE00D;
}
.TagClassName
{
border-color: #CCE00D;
}
</style>