Shades of Inch Worm #CBE114
Tints of Inch Worm #CBE114
RGB
CMYK
RGB Variations
Color information
#CBE114 (or 0xCBE114) is known color: Inch Worm. HEX triplet: CB, E1 and 14. RGB value is (203,225,20). Sum of RGB (Red+Green+Blue) = 203+225+20=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE114 is #341EEB. Grayscale: #C3C3C3. Windows color (decimal): -3415788 or 1368523. OLE color: 1368523.
HSL color Cylindrical-coordinate representation of color #CBE114: hue angle of 66.44º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBE114 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 20 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.12 |
| HSL | 66.44º | 0.84% | 0.48% | - |
| HSV(B) | 66.44º | 0.91% | 0.88% | - |
| XYZ | 51.68 | 66.6 | 10.79 | - |
| YUV | 195.05 | 29.21 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 20 | 0.10 | 0 | 0.91 | 0.12 | 66.44 | 0.84 | 0.48 |
| Hex | CB | E1 | 14 | A | 0 | 5B | C | 42 | 54 | 30 |
| Octal | 313 | 341 | 24 | 12 | 0 | 133 | 14 | 102 | 124 | 60 |
| Binary | 11001011 | 11100001 | 10100 | 1010 | 0 | 1011011 | 1100 | 1000010 | 1010100 | 110000 |
Color Harmonies of #CBE114
Complementary color
Monochromatic Colors of #CBE114
Black with #CBE114
Text Example
Text Example
White with #CBE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE114; }
p { color: rgb(203,225,20); }
H1.HeaderClassName
{
color: #CBE114;
}
.AnyTagClassName
{
color: #CBE114;
}
</style>
background-color css
<style>
a { background-color: #CBE114; }
a { background-color: rgb(203,225,20); }
div.DivClassName
{
background-color: #CBE114;
}
.BgClassName
{
background-color: #CBE114;
}
</style>
border-color css
<style>
span { border-color: #CBE114; }
span { border-color: rgb(203,225,20); }
td.TdClassName
{
border-color: #CBE114;
}
.TagClassName
{
border-color: #CBE114;
}
</style>