Shades of Inch Worm #CBE40E
Tints of Inch Worm #CBE40E
RGB
CMYK
RGB Variations
Color information
#CBE40E (or 0xCBE40E) is known color: Inch Worm. HEX triplet: CB, E4 and 0E. RGB value is (203,228,14). Sum of RGB (Red+Green+Blue) = 203+228+14=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 228 (89.45% from 255 or 51.24% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE40E is #341BF1. Grayscale: #C4C4C4. Windows color (decimal): -3415026 or 976075. OLE color: 976075.
HSL color Cylindrical-coordinate representation of color #CBE40E: hue angle of 67.01º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBE40E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 14 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.11 |
| HSL | 67.01º | 0.88% | 0.47% | - |
| HSV(B) | 67.01º | 0.94% | 0.89% | - |
| XYZ | 52.45 | 68.22 | 10.82 | - |
| YUV | 196.13 | 25.22 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 14 | 0.11 | 0 | 0.94 | 0.11 | 67.01 | 0.88 | 0.47 |
| Hex | CB | E4 | E | B | 0 | 5E | B | 43 | 58 | 2F |
| Octal | 313 | 344 | 16 | 13 | 0 | 136 | 13 | 103 | 130 | 57 |
| Binary | 11001011 | 11100100 | 1110 | 1011 | 0 | 1011110 | 1011 | 1000011 | 1011000 | 101111 |
Color Harmonies of #CBE40E
Complementary color
Monochromatic Colors of #CBE40E
Black with #CBE40E
Text Example
Text Example
White with #CBE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE40E; }
p { color: rgb(203,228,14); }
H1.HeaderClassName
{
color: #CBE40E;
}
.AnyTagClassName
{
color: #CBE40E;
}
</style>
background-color css
<style>
a { background-color: #CBE40E; }
a { background-color: rgb(203,228,14); }
div.DivClassName
{
background-color: #CBE40E;
}
.BgClassName
{
background-color: #CBE40E;
}
</style>
border-color css
<style>
span { border-color: #CBE40E; }
span { border-color: rgb(203,228,14); }
td.TdClassName
{
border-color: #CBE40E;
}
.TagClassName
{
border-color: #CBE40E;
}
</style>