Shades of Inch Worm #BDE90E
Tints of Inch Worm #BDE90E
RGB
CMYK
RGB Variations
Color information
#BDE90E (or 0xBDE90E) is known color: Inch Worm. HEX triplet: BD, E9 and 0E. RGB value is (189,233,14). Sum of RGB (Red+Green+Blue) = 189+233+14=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE90E is #4216F1. Grayscale: #C3C3C3. Windows color (decimal): -4331250 or 977341. OLE color: 977341.
HSL color Cylindrical-coordinate representation of color #BDE90E: hue angle of 72.05º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDE90E is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 14 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.09 |
| HSL | 72.05º | 0.89% | 0.48% | - |
| HSV(B) | 72.05º | 0.94% | 0.91% | - |
| XYZ | 50.2 | 69.13 | 11.11 | - |
| YUV | 194.88 | 25.92 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 14 | 0.19 | 0 | 0.94 | 0.09 | 72.05 | 0.89 | 0.48 |
| Hex | BD | E9 | E | 13 | 0 | 5E | 9 | 48 | 59 | 30 |
| Octal | 275 | 351 | 16 | 23 | 0 | 136 | 11 | 110 | 131 | 60 |
| Binary | 10111101 | 11101001 | 1110 | 10011 | 0 | 1011110 | 1001 | 1001000 | 1011001 | 110000 |
Color Harmonies of #BDE90E
Complementary color
Monochromatic Colors of #BDE90E
Black with #BDE90E
Text Example
Text Example
White with #BDE90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE90E; }
p { color: rgb(189,233,14); }
H1.HeaderClassName
{
color: #BDE90E;
}
.AnyTagClassName
{
color: #BDE90E;
}
</style>
background-color css
<style>
a { background-color: #BDE90E; }
a { background-color: rgb(189,233,14); }
div.DivClassName
{
background-color: #BDE90E;
}
.BgClassName
{
background-color: #BDE90E;
}
</style>
border-color css
<style>
span { border-color: #BDE90E; }
span { border-color: rgb(189,233,14); }
td.TdClassName
{
border-color: #BDE90E;
}
.TagClassName
{
border-color: #BDE90E;
}
</style>