Shades of Inch Worm #BDE905
Tints of Inch Worm #BDE905
RGB
CMYK
RGB Variations
Color information
#BDE905 (or 0xBDE905) is known color: Inch Worm. HEX triplet: BD, E9 and 05. RGB value is (189,233,5). Sum of RGB (Red+Green+Blue) = 189+233+5=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 233 (91.41% from 255 or 54.57% from 427); Blue value is 5 (2.34% from 255 or 1.17% from 427); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE905 is #4216FA. Grayscale: #C2C2C2. Windows color (decimal): -4331259 or 387517. OLE color: 387517.
HSL color Cylindrical-coordinate representation of color #BDE905: hue angle of 71.58º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDE905 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.09 |
| HSL | 71.58º | 0.96% | 0.47% | - |
| HSV(B) | 71.58º | 0.98% | 0.91% | - |
| XYZ | 50.15 | 69.11 | 10.84 | - |
| YUV | 193.85 | 21.42 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 5 | 0.19 | 0 | 0.98 | 0.09 | 71.58 | 0.96 | 0.47 |
| Hex | BD | E9 | 5 | 13 | 0 | 62 | 9 | 48 | 60 | 2F |
| Octal | 275 | 351 | 5 | 23 | 0 | 142 | 11 | 110 | 140 | 57 |
| Binary | 10111101 | 11101001 | 101 | 10011 | 0 | 1100010 | 1001 | 1001000 | 1100000 | 101111 |
Color Harmonies of #BDE905
Complementary color
Monochromatic Colors of #BDE905
Black with #BDE905
Text Example
Text Example
White with #BDE905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE905; }
p { color: rgb(189,233,5); }
H1.HeaderClassName
{
color: #BDE905;
}
.AnyTagClassName
{
color: #BDE905;
}
</style>
background-color css
<style>
a { background-color: #BDE905; }
a { background-color: rgb(189,233,5); }
div.DivClassName
{
background-color: #BDE905;
}
.BgClassName
{
background-color: #BDE905;
}
</style>
border-color css
<style>
span { border-color: #BDE905; }
span { border-color: rgb(189,233,5); }
td.TdClassName
{
border-color: #BDE905;
}
.TagClassName
{
border-color: #BDE905;
}
</style>