Shades of Inch Worm #CBE412
Tints of Inch Worm #CBE412
RGB
CMYK
RGB Variations
Color information
#CBE412 (or 0xCBE412) is known color: Inch Worm. HEX triplet: CB, E4 and 12. RGB value is (203,228,18). Sum of RGB (Red+Green+Blue) = 203+228+18=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE412 is #341BED. Grayscale: #C5C5C5. Windows color (decimal): -3415022 or 1238219. OLE color: 1238219.
HSL color Cylindrical-coordinate representation of color #CBE412: hue angle of 67.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBE412 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.11 |
| HSL | 67.14º | 0.85% | 0.48% | - |
| HSV(B) | 67.14º | 0.92% | 0.89% | - |
| XYZ | 52.48 | 68.23 | 10.98 | - |
| YUV | 196.59 | 27.22 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 18 | 0.11 | 0 | 0.92 | 0.11 | 67.14 | 0.85 | 0.48 |
| Hex | CB | E4 | 12 | B | 0 | 5C | B | 43 | 55 | 30 |
| Octal | 313 | 344 | 22 | 13 | 0 | 134 | 13 | 103 | 125 | 60 |
| Binary | 11001011 | 11100100 | 10010 | 1011 | 0 | 1011100 | 1011 | 1000011 | 1010101 | 110000 |
Color Harmonies of #CBE412
Complementary color
Monochromatic Colors of #CBE412
Black with #CBE412
Text Example
Text Example
White with #CBE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE412; }
p { color: rgb(203,228,18); }
H1.HeaderClassName
{
color: #CBE412;
}
.AnyTagClassName
{
color: #CBE412;
}
</style>
background-color css
<style>
a { background-color: #CBE412; }
a { background-color: rgb(203,228,18); }
div.DivClassName
{
background-color: #CBE412;
}
.BgClassName
{
background-color: #CBE412;
}
</style>
border-color css
<style>
span { border-color: #CBE412; }
span { border-color: rgb(203,228,18); }
td.TdClassName
{
border-color: #CBE412;
}
.TagClassName
{
border-color: #CBE412;
}
</style>