Shades of Inch Worm #CBE00E
Tints of Inch Worm #CBE00E
RGB
CMYK
RGB Variations
Color information
#CBE00E (or 0xCBE00E) is known color: Inch Worm. HEX triplet: CB, E0 and 0E. RGB value is (203,224,14). Sum of RGB (Red+Green+Blue) = 203+224+14=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE00E is #341FF1. Grayscale: #C2C2C2. Windows color (decimal): -3416050 or 975051. OLE color: 975051.
HSL color Cylindrical-coordinate representation of color #CBE00E: hue angle of 66º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBE00E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 14 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.12 |
| HSL | 66º | 0.88% | 0.47% | - |
| HSV(B) | 66º | 0.94% | 0.88% | - |
| XYZ | 51.36 | 66.04 | 10.46 | - |
| YUV | 193.78 | 26.54 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 14 | 0.09 | 0 | 0.94 | 0.12 | 66 | 0.88 | 0.47 |
| Hex | CB | E0 | E | 9 | 0 | 5E | C | 42 | 58 | 2F |
| Octal | 313 | 340 | 16 | 11 | 0 | 136 | 14 | 102 | 130 | 57 |
| Binary | 11001011 | 11100000 | 1110 | 1001 | 0 | 1011110 | 1100 | 1000010 | 1011000 | 101111 |
Color Harmonies of #CBE00E
Complementary color
Monochromatic Colors of #CBE00E
Black with #CBE00E
Text Example
Text Example
White with #CBE00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE00E; }
p { color: rgb(203,224,14); }
H1.HeaderClassName
{
color: #CBE00E;
}
.AnyTagClassName
{
color: #CBE00E;
}
</style>
background-color css
<style>
a { background-color: #CBE00E; }
a { background-color: rgb(203,224,14); }
div.DivClassName
{
background-color: #CBE00E;
}
.BgClassName
{
background-color: #CBE00E;
}
</style>
border-color css
<style>
span { border-color: #CBE00E; }
span { border-color: rgb(203,224,14); }
td.TdClassName
{
border-color: #CBE00E;
}
.TagClassName
{
border-color: #CBE00E;
}
</style>