Shades of Inch Worm #CBE512
Tints of Inch Worm #CBE512
RGB
CMYK
RGB Variations
Color information
#CBE512 (or 0xCBE512) is known color: Inch Worm. HEX triplet: CB, E5 and 12. RGB value is (203,229,18). Sum of RGB (Red+Green+Blue) = 203+229+18=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE512 is #341AED. Grayscale: #C5C5C5. Windows color (decimal): -3414766 or 1238475. OLE color: 1238475.
HSL color Cylindrical-coordinate representation of color #CBE512: hue angle of 67.39º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBE512 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.10 |
| HSL | 67.39º | 0.85% | 0.48% | - |
| HSV(B) | 67.39º | 0.92% | 0.9% | - |
| XYZ | 52.76 | 68.78 | 11.07 | - |
| YUV | 197.17 | 26.89 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 18 | 0.11 | 0 | 0.92 | 0.10 | 67.39 | 0.85 | 0.48 |
| Hex | CB | E5 | 12 | B | 0 | 5C | A | 43 | 55 | 30 |
| Octal | 313 | 345 | 22 | 13 | 0 | 134 | 12 | 103 | 125 | 60 |
| Binary | 11001011 | 11100101 | 10010 | 1011 | 0 | 1011100 | 1010 | 1000011 | 1010101 | 110000 |
Color Harmonies of #CBE512
Complementary color
Monochromatic Colors of #CBE512
Black with #CBE512
Text Example
Text Example
White with #CBE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE512; }
p { color: rgb(203,229,18); }
H1.HeaderClassName
{
color: #CBE512;
}
.AnyTagClassName
{
color: #CBE512;
}
</style>
background-color css
<style>
a { background-color: #CBE512; }
a { background-color: rgb(203,229,18); }
div.DivClassName
{
background-color: #CBE512;
}
.BgClassName
{
background-color: #CBE512;
}
</style>
border-color css
<style>
span { border-color: #CBE512; }
span { border-color: rgb(203,229,18); }
td.TdClassName
{
border-color: #CBE512;
}
.TagClassName
{
border-color: #CBE512;
}
</style>