Shades of Inch Worm #CBE008
Tints of Inch Worm #CBE008
RGB
CMYK
RGB Variations
Color information
#CBE008 (or 0xCBE008) is known color: Inch Worm. HEX triplet: CB, E0 and 08. RGB value is (203,224,8). Sum of RGB (Red+Green+Blue) = 203+224+8=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE008 is #341FF7. Grayscale: #C1C1C1. Windows color (decimal): -3416056 or 581835. OLE color: 581835.
HSL color Cylindrical-coordinate representation of color #CBE008: hue angle of 65.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBE008 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.12 |
| HSL | 65.83º | 0.93% | 0.45% | - |
| HSV(B) | 65.83º | 0.96% | 0.88% | - |
| XYZ | 51.33 | 66.03 | 10.27 | - |
| YUV | 193.1 | 23.54 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 8 | 0.09 | 0 | 0.96 | 0.12 | 65.83 | 0.93 | 0.45 |
| Hex | CB | E0 | 8 | 9 | 0 | 60 | C | 42 | 5D | 2D |
| Octal | 313 | 340 | 10 | 11 | 0 | 140 | 14 | 102 | 135 | 55 |
| Binary | 11001011 | 11100000 | 1000 | 1001 | 0 | 1100000 | 1100 | 1000010 | 1011101 | 101101 |
Color Harmonies of #CBE008
Complementary color
Monochromatic Colors of #CBE008
Black with #CBE008
Text Example
Text Example
White with #CBE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE008; }
p { color: rgb(203,224,8); }
H1.HeaderClassName
{
color: #CBE008;
}
.AnyTagClassName
{
color: #CBE008;
}
</style>
background-color css
<style>
a { background-color: #CBE008; }
a { background-color: rgb(203,224,8); }
div.DivClassName
{
background-color: #CBE008;
}
.BgClassName
{
background-color: #CBE008;
}
</style>
border-color css
<style>
span { border-color: #CBE008; }
span { border-color: rgb(203,224,8); }
td.TdClassName
{
border-color: #CBE008;
}
.TagClassName
{
border-color: #CBE008;
}
</style>