Shades of Inch Worm #CBE30F
Tints of Inch Worm #CBE30F
RGB
CMYK
RGB Variations
Color information
#CBE30F (or 0xCBE30F) is known color: Inch Worm. HEX triplet: CB, E3 and 0F. RGB value is (203,227,15). Sum of RGB (Red+Green+Blue) = 203+227+15=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE30F is #341CF0. Grayscale: #C4C4C4. Windows color (decimal): -3415281 or 1041355. OLE color: 1041355.
HSL color Cylindrical-coordinate representation of color #CBE30F: hue angle of 66.79º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBE30F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.11 |
| HSL | 66.79º | 0.88% | 0.47% | - |
| HSV(B) | 66.79º | 0.93% | 0.89% | - |
| XYZ | 52.18 | 67.67 | 10.76 | - |
| YUV | 195.66 | 26.05 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 15 | 0.11 | 0 | 0.93 | 0.11 | 66.79 | 0.88 | 0.47 |
| Hex | CB | E3 | F | B | 0 | 5D | B | 43 | 58 | 2F |
| Octal | 313 | 343 | 17 | 13 | 0 | 135 | 13 | 103 | 130 | 57 |
| Binary | 11001011 | 11100011 | 1111 | 1011 | 0 | 1011101 | 1011 | 1000011 | 1011000 | 101111 |
Color Harmonies of #CBE30F
Complementary color
Monochromatic Colors of #CBE30F
Black with #CBE30F
Text Example
Text Example
White with #CBE30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE30F; }
p { color: rgb(203,227,15); }
H1.HeaderClassName
{
color: #CBE30F;
}
.AnyTagClassName
{
color: #CBE30F;
}
</style>
background-color css
<style>
a { background-color: #CBE30F; }
a { background-color: rgb(203,227,15); }
div.DivClassName
{
background-color: #CBE30F;
}
.BgClassName
{
background-color: #CBE30F;
}
</style>
border-color css
<style>
span { border-color: #CBE30F; }
span { border-color: rgb(203,227,15); }
td.TdClassName
{
border-color: #CBE30F;
}
.TagClassName
{
border-color: #CBE30F;
}
</style>