Shades of Inch Worm #BDE30E
Tints of Inch Worm #BDE30E
RGB
CMYK
RGB Variations
Color information
#BDE30E (or 0xBDE30E) is known color: Inch Worm. HEX triplet: BD, E3 and 0E. RGB value is (189,227,14). Sum of RGB (Red+Green+Blue) = 189+227+14=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE30E is #421CF1. Grayscale: #C0C0C0. Windows color (decimal): -4332786 or 975805. OLE color: 975805.
HSL color Cylindrical-coordinate representation of color #BDE30E: hue angle of 70.7º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDE30E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 14 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.11 |
| HSL | 70.7º | 0.88% | 0.47% | - |
| HSV(B) | 70.7º | 0.94% | 0.89% | - |
| XYZ | 48.53 | 65.79 | 10.56 | - |
| YUV | 191.36 | 27.91 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 14 | 0.17 | 0 | 0.94 | 0.11 | 70.7 | 0.88 | 0.47 |
| Hex | BD | E3 | E | 11 | 0 | 5E | B | 47 | 58 | 2F |
| Octal | 275 | 343 | 16 | 21 | 0 | 136 | 13 | 107 | 130 | 57 |
| Binary | 10111101 | 11100011 | 1110 | 10001 | 0 | 1011110 | 1011 | 1000111 | 1011000 | 101111 |
Color Harmonies of #BDE30E
Complementary color
Monochromatic Colors of #BDE30E
Black with #BDE30E
Text Example
Text Example
White with #BDE30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE30E; }
p { color: rgb(189,227,14); }
H1.HeaderClassName
{
color: #BDE30E;
}
.AnyTagClassName
{
color: #BDE30E;
}
</style>
background-color css
<style>
a { background-color: #BDE30E; }
a { background-color: rgb(189,227,14); }
div.DivClassName
{
background-color: #BDE30E;
}
.BgClassName
{
background-color: #BDE30E;
}
</style>
border-color css
<style>
span { border-color: #BDE30E; }
span { border-color: rgb(189,227,14); }
td.TdClassName
{
border-color: #BDE30E;
}
.TagClassName
{
border-color: #BDE30E;
}
</style>