Shades of Inch Worm #BCEE1D
Tints of Inch Worm #BCEE1D
RGB
CMYK
RGB Variations
Color information
#BCEE1D (or 0xBCEE1D) is known color: Inch Worm. HEX triplet: BC, EE and 1D. RGB value is (188,238,29). Sum of RGB (Red+Green+Blue) = 188+238+29=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 29 (11.72% from 255 or 6.37% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEE1D is #4311E2. Grayscale: #C8C8C8. Windows color (decimal): -4395491 or 1961660. OLE color: 1961660.
HSL color Cylindrical-coordinate representation of color #BCEE1D: hue angle of 74.35º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCEE1D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.07 |
| HSL | 74.35º | 0.86% | 0.52% | - |
| HSV(B) | 74.35º | 0.88% | 0.93% | - |
| XYZ | 51.54 | 71.93 | 12.33 | - |
| YUV | 199.22 | 31.94 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 29 | 0.21 | 0 | 0.88 | 0.07 | 74.35 | 0.86 | 0.52 |
| Hex | BC | EE | 1D | 15 | 0 | 58 | 7 | 4A | 56 | 34 |
| Octal | 274 | 356 | 35 | 25 | 0 | 130 | 7 | 112 | 126 | 64 |
| Binary | 10111100 | 11101110 | 11101 | 10101 | 0 | 1011000 | 111 | 1001010 | 1010110 | 110100 |
Color Harmonies of #BCEE1D
Complementary color
Monochromatic Colors of #BCEE1D
Black with #BCEE1D
Text Example
Text Example
White with #BCEE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE1D; }
p { color: rgb(188,238,29); }
H1.HeaderClassName
{
color: #BCEE1D;
}
.AnyTagClassName
{
color: #BCEE1D;
}
</style>
background-color css
<style>
a { background-color: #BCEE1D; }
a { background-color: rgb(188,238,29); }
div.DivClassName
{
background-color: #BCEE1D;
}
.BgClassName
{
background-color: #BCEE1D;
}
</style>
border-color css
<style>
span { border-color: #BCEE1D; }
span { border-color: rgb(188,238,29); }
td.TdClassName
{
border-color: #BCEE1D;
}
.TagClassName
{
border-color: #BCEE1D;
}
</style>