Shades of Inch Worm #BDE501
Tints of Inch Worm #BDE501
RGB
CMYK
RGB Variations
Color information
#BDE501 (or 0xBDE501) is known color: Inch Worm. HEX triplet: BD, E5 and 01. RGB value is (189,229,1). Sum of RGB (Red+Green+Blue) = 189+229+1=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE501 is #421AFE. Grayscale: #BFBFBF. Windows color (decimal): -4332287 or 124349. OLE color: 124349.
HSL color Cylindrical-coordinate representation of color #BDE501: hue angle of 70.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDE501 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.10 |
| HSL | 70.53º | 0.99% | 0.45% | - |
| HSV(B) | 70.53º | 1% | 0.9% | - |
| XYZ | 49.01 | 66.86 | 10.35 | - |
| YUV | 191.05 | 20.75 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 1 | 0.17 | 0 | 1.00 | 0.10 | 70.53 | 0.99 | 0.45 |
| Hex | BD | E5 | 1 | 11 | 0 | 64 | A | 47 | 63 | 2D |
| Octal | 275 | 345 | 1 | 21 | 0 | 144 | 12 | 107 | 143 | 55 |
| Binary | 10111101 | 11100101 | 1 | 10001 | 0 | 1100100 | 1010 | 1000111 | 1100011 | 101101 |
Color Harmonies of #BDE501
Complementary color
Monochromatic Colors of #BDE501
Black with #BDE501
Text Example
Text Example
White with #BDE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE501; }
p { color: rgb(189,229,1); }
H1.HeaderClassName
{
color: #BDE501;
}
.AnyTagClassName
{
color: #BDE501;
}
</style>
background-color css
<style>
a { background-color: #BDE501; }
a { background-color: rgb(189,229,1); }
div.DivClassName
{
background-color: #BDE501;
}
.BgClassName
{
background-color: #BDE501;
}
</style>
border-color css
<style>
span { border-color: #BDE501; }
span { border-color: rgb(189,229,1); }
td.TdClassName
{
border-color: #BDE501;
}
.TagClassName
{
border-color: #BDE501;
}
</style>