Shades of Inch Worm #CBE50D
Tints of Inch Worm #CBE50D
RGB
CMYK
RGB Variations
Color information
#CBE50D (or 0xCBE50D) is known color: Inch Worm. HEX triplet: CB, E5 and 0D. RGB value is (203,229,13). Sum of RGB (Red+Green+Blue) = 203+229+13=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE50D is #341AF2. Grayscale: #C5C5C5. Windows color (decimal): -3414771 or 910795. OLE color: 910795.
HSL color Cylindrical-coordinate representation of color #CBE50D: hue angle of 67.22º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBE50D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.10 |
| HSL | 67.22º | 0.89% | 0.47% | - |
| HSV(B) | 67.22º | 0.94% | 0.9% | - |
| XYZ | 52.72 | 68.76 | 10.87 | - |
| YUV | 196.6 | 24.39 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 13 | 0.11 | 0 | 0.94 | 0.10 | 67.22 | 0.89 | 0.47 |
| Hex | CB | E5 | D | B | 0 | 5E | A | 43 | 59 | 2F |
| Octal | 313 | 345 | 15 | 13 | 0 | 136 | 12 | 103 | 131 | 57 |
| Binary | 11001011 | 11100101 | 1101 | 1011 | 0 | 1011110 | 1010 | 1000011 | 1011001 | 101111 |
Color Harmonies of #CBE50D
Complementary color
Monochromatic Colors of #CBE50D
Black with #CBE50D
Text Example
Text Example
White with #CBE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE50D; }
p { color: rgb(203,229,13); }
H1.HeaderClassName
{
color: #CBE50D;
}
.AnyTagClassName
{
color: #CBE50D;
}
</style>
background-color css
<style>
a { background-color: #CBE50D; }
a { background-color: rgb(203,229,13); }
div.DivClassName
{
background-color: #CBE50D;
}
.BgClassName
{
background-color: #CBE50D;
}
</style>
border-color css
<style>
span { border-color: #CBE50D; }
span { border-color: rgb(203,229,13); }
td.TdClassName
{
border-color: #CBE50D;
}
.TagClassName
{
border-color: #CBE50D;
}
</style>