Shades of Inch Worm #BDE300
Tints of Inch Worm #BDE300
RGB
CMYK
RGB Variations
Color information
#BDE300 (or 0xBDE300) is known color: Inch Worm. HEX triplet: BD, E3 and 00. RGB value is (189,227,0). Sum of RGB (Red+Green+Blue) = 189+227+0=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 227 (89.06% from 255 or 54.57% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE300 is #421CFF. Grayscale: #BEBEBE. Windows color (decimal): -4332800 or 58301. OLE color: 58301.
HSL color Cylindrical-coordinate representation of color #BDE300: hue angle of 70.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDE300 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.11 |
| HSL | 70.04º | 1% | 0.45% | - |
| HSV(B) | 70.04º | 1% | 0.89% | - |
| XYZ | 48.46 | 65.76 | 10.14 | - |
| YUV | 189.76 | 20.91 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 0 | 0.17 | 0 | 1 | 0.11 | 70.04 | 1 | 0.45 |
| Hex | BD | E3 | 0 | 11 | 0 | 64 | B | 46 | 64 | 2D |
| Octal | 275 | 343 | 0 | 21 | 0 | 144 | 13 | 106 | 144 | 55 |
| Binary | 10111101 | 11100011 | 0 | 10001 | 0 | 1100100 | 1011 | 1000110 | 1100100 | 101101 |
Color Harmonies of #BDE300
Complementary color
Monochromatic Colors of #BDE300
Black with #BDE300
Text Example
Text Example
White with #BDE300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE300; }
p { color: rgb(189,227,0); }
H1.HeaderClassName
{
color: #BDE300;
}
.AnyTagClassName
{
color: #BDE300;
}
</style>
background-color css
<style>
a { background-color: #BDE300; }
a { background-color: rgb(189,227,0); }
div.DivClassName
{
background-color: #BDE300;
}
.BgClassName
{
background-color: #BDE300;
}
</style>
border-color css
<style>
span { border-color: #BDE300; }
span { border-color: rgb(189,227,0); }
td.TdClassName
{
border-color: #BDE300;
}
.TagClassName
{
border-color: #BDE300;
}
</style>