Shades of Inch Worm #BDE800
Tints of Inch Worm #BDE800
RGB
CMYK
RGB Variations
Color information
#BDE800 (or 0xBDE800) is known color: Inch Worm. HEX triplet: BD, E8 and 00. RGB value is (189,232,0). Sum of RGB (Red+Green+Blue) = 189+232+0=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 232 (91.02% from 255 or 55.11% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE800 is #4217FF. Grayscale: #C1C1C1. Windows color (decimal): -4331520 or 59581. OLE color: 59581.
HSL color Cylindrical-coordinate representation of color #BDE800: hue angle of 71.12º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDE800 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.09 |
| HSL | 71.12º | 1% | 0.45% | - |
| HSV(B) | 71.12º | 1% | 0.91% | - |
| XYZ | 49.84 | 68.53 | 10.6 | - |
| YUV | 192.7 | 19.25 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 0 | 0.19 | 0 | 1 | 0.09 | 71.12 | 1 | 0.45 |
| Hex | BD | E8 | 0 | 13 | 0 | 64 | 9 | 47 | 64 | 2D |
| Octal | 275 | 350 | 0 | 23 | 0 | 144 | 11 | 107 | 144 | 55 |
| Binary | 10111101 | 11101000 | 0 | 10011 | 0 | 1100100 | 1001 | 1000111 | 1100100 | 101101 |
Color Harmonies of #BDE800
Complementary color
Monochromatic Colors of #BDE800
Black with #BDE800
Text Example
Text Example
White with #BDE800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE800; }
p { color: rgb(189,232,0); }
H1.HeaderClassName
{
color: #BDE800;
}
.AnyTagClassName
{
color: #BDE800;
}
</style>
background-color css
<style>
a { background-color: #BDE800; }
a { background-color: rgb(189,232,0); }
div.DivClassName
{
background-color: #BDE800;
}
.BgClassName
{
background-color: #BDE800;
}
</style>
border-color css
<style>
span { border-color: #BDE800; }
span { border-color: rgb(189,232,0); }
td.TdClassName
{
border-color: #BDE800;
}
.TagClassName
{
border-color: #BDE800;
}
</style>