Shades of Inch Worm #BCED03
Tints of Inch Worm #BCED03
RGB
CMYK
RGB Variations
Color information
#BCED03 (or 0xBCED03) is known color: Inch Worm. HEX triplet: BC, ED and 03. RGB value is (188,237,3). Sum of RGB (Red+Green+Blue) = 188+237+3=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 237 (92.97% from 255 or 55.37% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED03 is #4312FC. Grayscale: #C4C4C4. Windows color (decimal): -4395773 or 257468. OLE color: 257468.
HSL color Cylindrical-coordinate representation of color #BCED03: hue angle of 72.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCED03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.07 |
| HSL | 72.56º | 0.98% | 0.47% | - |
| HSV(B) | 72.56º | 0.99% | 0.93% | - |
| XYZ | 51.04 | 71.27 | 11.15 | - |
| YUV | 195.67 | 19.27 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 3 | 0.21 | 0 | 0.99 | 0.07 | 72.56 | 0.98 | 0.47 |
| Hex | BC | ED | 3 | 15 | 0 | 63 | 7 | 49 | 62 | 2F |
| Octal | 274 | 355 | 3 | 25 | 0 | 143 | 7 | 111 | 142 | 57 |
| Binary | 10111100 | 11101101 | 11 | 10101 | 0 | 1100011 | 111 | 1001001 | 1100010 | 101111 |
Color Harmonies of #BCED03
Complementary color
Monochromatic Colors of #BCED03
Black with #BCED03
Text Example
Text Example
White with #BCED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED03; }
p { color: rgb(188,237,3); }
H1.HeaderClassName
{
color: #BCED03;
}
.AnyTagClassName
{
color: #BCED03;
}
</style>
background-color css
<style>
a { background-color: #BCED03; }
a { background-color: rgb(188,237,3); }
div.DivClassName
{
background-color: #BCED03;
}
.BgClassName
{
background-color: #BCED03;
}
</style>
border-color css
<style>
span { border-color: #BCED03; }
span { border-color: rgb(188,237,3); }
td.TdClassName
{
border-color: #BCED03;
}
.TagClassName
{
border-color: #BCED03;
}
</style>