Shades of Inch Worm #CBE00B
Tints of Inch Worm #CBE00B
RGB
CMYK
RGB Variations
Color information
#CBE00B (or 0xCBE00B) is known color: Inch Worm. HEX triplet: CB, E0 and 0B. RGB value is (203,224,11). Sum of RGB (Red+Green+Blue) = 203+224+11=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE00B is #341FF4. Grayscale: #C2C2C2. Windows color (decimal): -3416053 or 778443. OLE color: 778443.
HSL color Cylindrical-coordinate representation of color #CBE00B: hue angle of 65.92º 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 #CBE00B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.12 |
| HSL | 65.92º | 0.91% | 0.46% | - |
| HSV(B) | 65.92º | 0.95% | 0.88% | - |
| XYZ | 51.34 | 66.03 | 10.36 | - |
| YUV | 193.44 | 25.04 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 11 | 0.09 | 0 | 0.95 | 0.12 | 65.92 | 0.91 | 0.46 |
| Hex | CB | E0 | B | 9 | 0 | 5F | C | 42 | 5B | 2E |
| Octal | 313 | 340 | 13 | 11 | 0 | 137 | 14 | 102 | 133 | 56 |
| Binary | 11001011 | 11100000 | 1011 | 1001 | 0 | 1011111 | 1100 | 1000010 | 1011011 | 101110 |
Color Harmonies of #CBE00B
Complementary color
Monochromatic Colors of #CBE00B
Black with #CBE00B
Text Example
Text Example
White with #CBE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE00B; }
p { color: rgb(203,224,11); }
H1.HeaderClassName
{
color: #CBE00B;
}
.AnyTagClassName
{
color: #CBE00B;
}
</style>
background-color css
<style>
a { background-color: #CBE00B; }
a { background-color: rgb(203,224,11); }
div.DivClassName
{
background-color: #CBE00B;
}
.BgClassName
{
background-color: #CBE00B;
}
</style>
border-color css
<style>
span { border-color: #CBE00B; }
span { border-color: rgb(203,224,11); }
td.TdClassName
{
border-color: #CBE00B;
}
.TagClassName
{
border-color: #CBE00B;
}
</style>