Shades of Inch Worm #BCDE14
Tints of Inch Worm #BCDE14
RGB
CMYK
RGB Variations
Color information
#BCDE14 (or 0xBCDE14) is known color: Inch Worm. HEX triplet: BC, DE and 14. RGB value is (188,222,20). Sum of RGB (Red+Green+Blue) = 188+222+20=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDE14 is #4321EB. Grayscale: #BDBDBD. Windows color (decimal): -4399596 or 1367740. OLE color: 1367740.
HSL color Cylindrical-coordinate representation of color #BCDE14: hue angle of 70.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCDE14 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 20 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.13 |
| HSL | 70.1º | 0.83% | 0.47% | - |
| HSV(B) | 70.1º | 0.91% | 0.87% | - |
| XYZ | 46.99 | 62.98 | 10.34 | - |
| YUV | 188.81 | 32.74 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 20 | 0.15 | 0 | 0.91 | 0.13 | 70.1 | 0.83 | 0.47 |
| Hex | BC | DE | 14 | F | 0 | 5B | D | 46 | 53 | 2F |
| Octal | 274 | 336 | 24 | 17 | 0 | 133 | 15 | 106 | 123 | 57 |
| Binary | 10111100 | 11011110 | 10100 | 1111 | 0 | 1011011 | 1101 | 1000110 | 1010011 | 101111 |
Color Harmonies of #BCDE14
Complementary color
Monochromatic Colors of #BCDE14
Black with #BCDE14
Text Example
Text Example
White with #BCDE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE14; }
p { color: rgb(188,222,20); }
H1.HeaderClassName
{
color: #BCDE14;
}
.AnyTagClassName
{
color: #BCDE14;
}
</style>
background-color css
<style>
a { background-color: #BCDE14; }
a { background-color: rgb(188,222,20); }
div.DivClassName
{
background-color: #BCDE14;
}
.BgClassName
{
background-color: #BCDE14;
}
</style>
border-color css
<style>
span { border-color: #BCDE14; }
span { border-color: rgb(188,222,20); }
td.TdClassName
{
border-color: #BCDE14;
}
.TagClassName
{
border-color: #BCDE14;
}
</style>