Shades of Inch Worm #CCE00B
Tints of Inch Worm #CCE00B
RGB
CMYK
RGB Variations
Color information
#CCE00B (or 0xCCE00B) is known color: Inch Worm. HEX triplet: CC, E0 and 0B. RGB value is (204,224,11). Sum of RGB (Red+Green+Blue) = 204+224+11=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE00B is #331FF4. Grayscale: #C2C2C2. Windows color (decimal): -3350517 or 778444. OLE color: 778444.
HSL color Cylindrical-coordinate representation of color #CCE00B: hue angle of 65.63º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCE00B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.12 |
| HSL | 65.63º | 0.91% | 0.46% | - |
| HSV(B) | 65.63º | 0.95% | 0.88% | - |
| XYZ | 51.62 | 66.17 | 10.37 | - |
| YUV | 193.74 | 24.87 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 11 | 0.09 | 0 | 0.95 | 0.12 | 65.63 | 0.91 | 0.46 |
| Hex | CC | E0 | B | 9 | 0 | 5F | C | 42 | 5B | 2E |
| Octal | 314 | 340 | 13 | 11 | 0 | 137 | 14 | 102 | 133 | 56 |
| Binary | 11001100 | 11100000 | 1011 | 1001 | 0 | 1011111 | 1100 | 1000010 | 1011011 | 101110 |
Color Harmonies of #CCE00B
Complementary color
Monochromatic Colors of #CCE00B
Black with #CCE00B
Text Example
Text Example
White with #CCE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE00B; }
p { color: rgb(204,224,11); }
H1.HeaderClassName
{
color: #CCE00B;
}
.AnyTagClassName
{
color: #CCE00B;
}
</style>
background-color css
<style>
a { background-color: #CCE00B; }
a { background-color: rgb(204,224,11); }
div.DivClassName
{
background-color: #CCE00B;
}
.BgClassName
{
background-color: #CCE00B;
}
</style>
border-color css
<style>
span { border-color: #CCE00B; }
span { border-color: rgb(204,224,11); }
td.TdClassName
{
border-color: #CCE00B;
}
.TagClassName
{
border-color: #CCE00B;
}
</style>