Shades of Inch Worm #CBE414
Tints of Inch Worm #CBE414
RGB
CMYK
RGB Variations
Color information
#CBE414 (or 0xCBE414) is known color: Inch Worm. HEX triplet: CB, E4 and 14. RGB value is (203,228,20). Sum of RGB (Red+Green+Blue) = 203+228+20=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 20 (8.20% from 255 or 4.43% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE414 is #341BEB. Grayscale: #C5C5C5. Windows color (decimal): -3415020 or 1369291. OLE color: 1369291.
HSL color Cylindrical-coordinate representation of color #CBE414: hue angle of 67.21º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBE414 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 20 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.11 |
| HSL | 67.21º | 0.84% | 0.49% | - |
| HSV(B) | 67.21º | 0.91% | 0.89% | - |
| XYZ | 52.5 | 68.23 | 11.07 | - |
| YUV | 196.81 | 28.22 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 20 | 0.11 | 0 | 0.91 | 0.11 | 67.21 | 0.84 | 0.49 |
| Hex | CB | E4 | 14 | B | 0 | 5B | B | 43 | 54 | 31 |
| Octal | 313 | 344 | 24 | 13 | 0 | 133 | 13 | 103 | 124 | 61 |
| Binary | 11001011 | 11100100 | 10100 | 1011 | 0 | 1011011 | 1011 | 1000011 | 1010100 | 110001 |
Color Harmonies of #CBE414
Complementary color
Monochromatic Colors of #CBE414
Black with #CBE414
Text Example
Text Example
White with #CBE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE414; }
p { color: rgb(203,228,20); }
H1.HeaderClassName
{
color: #CBE414;
}
.AnyTagClassName
{
color: #CBE414;
}
</style>
background-color css
<style>
a { background-color: #CBE414; }
a { background-color: rgb(203,228,20); }
div.DivClassName
{
background-color: #CBE414;
}
.BgClassName
{
background-color: #CBE414;
}
</style>
border-color css
<style>
span { border-color: #CBE414; }
span { border-color: rgb(203,228,20); }
td.TdClassName
{
border-color: #CBE414;
}
.TagClassName
{
border-color: #CBE414;
}
</style>