Shades of Inch Worm #BDD901
Tints of Inch Worm #BDD901
RGB
CMYK
RGB Variations
Color information
#BDD901 (or 0xBDD901) is known color: Inch Worm. HEX triplet: BD, D9 and 01. RGB value is (189,217,1). Sum of RGB (Red+Green+Blue) = 189+217+1=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD901 is #4226FE. Grayscale: #B8B8B8. Windows color (decimal): -4335359 or 121277. OLE color: 121277.
HSL color Cylindrical-coordinate representation of color #BDD901: hue angle of 67.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDD901 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 1 | - |
| CMYK | 0.13 | 0 | 1.00 | 0.15 |
| HSL | 67.78º | 0.99% | 0.43% | - |
| HSV(B) | 67.78º | 1% | 0.85% | - |
| XYZ | 45.8 | 60.45 | 9.28 | - |
| YUV | 184 | 24.72 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 1 | 0.13 | 0 | 1.00 | 0.15 | 67.78 | 0.99 | 0.43 |
| Hex | BD | D9 | 1 | D | 0 | 64 | F | 44 | 63 | 2B |
| Octal | 275 | 331 | 1 | 15 | 0 | 144 | 17 | 104 | 143 | 53 |
| Binary | 10111101 | 11011001 | 1 | 1101 | 0 | 1100100 | 1111 | 1000100 | 1100011 | 101011 |
Color Harmonies of #BDD901
Complementary color
Monochromatic Colors of #BDD901
Black with #BDD901
Text Example
Text Example
White with #BDD901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD901; }
p { color: rgb(189,217,1); }
H1.HeaderClassName
{
color: #BDD901;
}
.AnyTagClassName
{
color: #BDD901;
}
</style>
background-color css
<style>
a { background-color: #BDD901; }
a { background-color: rgb(189,217,1); }
div.DivClassName
{
background-color: #BDD901;
}
.BgClassName
{
background-color: #BDD901;
}
</style>
border-color css
<style>
span { border-color: #BDD901; }
span { border-color: rgb(189,217,1); }
td.TdClassName
{
border-color: #BDD901;
}
.TagClassName
{
border-color: #BDD901;
}
</style>