Shades of Inch Worm #BDE10F
Tints of Inch Worm #BDE10F
RGB
CMYK
RGB Variations
Color information
#BDE10F (or 0xBDE10F) is known color: Inch Worm. HEX triplet: BD, E1 and 0F. RGB value is (189,225,15). Sum of RGB (Red+Green+Blue) = 189+225+15=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE10F is #421EF0. Grayscale: #BFBFBF. Windows color (decimal): -4333297 or 1040829. OLE color: 1040829.
HSL color Cylindrical-coordinate representation of color #BDE10F: hue angle of 70.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDE10F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.12 |
| HSL | 70.29º | 0.88% | 0.47% | - |
| HSV(B) | 70.29º | 0.93% | 0.88% | - |
| XYZ | 48 | 64.7 | 10.41 | - |
| YUV | 190.3 | 29.07 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 15 | 0.16 | 0 | 0.93 | 0.12 | 70.29 | 0.88 | 0.47 |
| Hex | BD | E1 | F | 10 | 0 | 5D | C | 46 | 58 | 2F |
| Octal | 275 | 341 | 17 | 20 | 0 | 135 | 14 | 106 | 130 | 57 |
| Binary | 10111101 | 11100001 | 1111 | 10000 | 0 | 1011101 | 1100 | 1000110 | 1011000 | 101111 |
Color Harmonies of #BDE10F
Complementary color
Monochromatic Colors of #BDE10F
Black with #BDE10F
Text Example
Text Example
White with #BDE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE10F; }
p { color: rgb(189,225,15); }
H1.HeaderClassName
{
color: #BDE10F;
}
.AnyTagClassName
{
color: #BDE10F;
}
</style>
background-color css
<style>
a { background-color: #BDE10F; }
a { background-color: rgb(189,225,15); }
div.DivClassName
{
background-color: #BDE10F;
}
.BgClassName
{
background-color: #BDE10F;
}
</style>
border-color css
<style>
span { border-color: #BDE10F; }
span { border-color: rgb(189,225,15); }
td.TdClassName
{
border-color: #BDE10F;
}
.TagClassName
{
border-color: #BDE10F;
}
</style>