Shades of Inch Worm #CBE40F
Tints of Inch Worm #CBE40F
RGB
CMYK
RGB Variations
Color information
#CBE40F (or 0xCBE40F) is known color: Inch Worm. HEX triplet: CB, E4 and 0F. RGB value is (203,228,15). Sum of RGB (Red+Green+Blue) = 203+228+15=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE40F is #341BF0. Grayscale: #C5C5C5. Windows color (decimal): -3415025 or 1041611. OLE color: 1041611.
HSL color Cylindrical-coordinate representation of color #CBE40F: hue angle of 67.04º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBE40F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.11 |
| HSL | 67.04º | 0.88% | 0.48% | - |
| HSV(B) | 67.04º | 0.93% | 0.89% | - |
| XYZ | 52.46 | 68.22 | 10.85 | - |
| YUV | 196.24 | 25.72 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 15 | 0.11 | 0 | 0.93 | 0.11 | 67.04 | 0.88 | 0.48 |
| Hex | CB | E4 | F | B | 0 | 5D | B | 43 | 58 | 30 |
| Octal | 313 | 344 | 17 | 13 | 0 | 135 | 13 | 103 | 130 | 60 |
| Binary | 11001011 | 11100100 | 1111 | 1011 | 0 | 1011101 | 1011 | 1000011 | 1011000 | 110000 |
Color Harmonies of #CBE40F
Complementary color
Monochromatic Colors of #CBE40F
Black with #CBE40F
Text Example
Text Example
White with #CBE40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE40F; }
p { color: rgb(203,228,15); }
H1.HeaderClassName
{
color: #CBE40F;
}
.AnyTagClassName
{
color: #CBE40F;
}
</style>
background-color css
<style>
a { background-color: #CBE40F; }
a { background-color: rgb(203,228,15); }
div.DivClassName
{
background-color: #CBE40F;
}
.BgClassName
{
background-color: #CBE40F;
}
</style>
border-color css
<style>
span { border-color: #CBE40F; }
span { border-color: rgb(203,228,15); }
td.TdClassName
{
border-color: #CBE40F;
}
.TagClassName
{
border-color: #CBE40F;
}
</style>