Shades of Inch Worm #BDF221
Tints of Inch Worm #BDF221
RGB
CMYK
RGB Variations
Color information
#BDF221 (or 0xBDF221) is known color: Inch Worm. HEX triplet: BD, F2 and 21. RGB value is (189,242,33). Sum of RGB (Red+Green+Blue) = 189+242+33=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF221 is #420DDE. Grayscale: #CBCBCB. Windows color (decimal): -4328927 or 2224829. OLE color: 2224829.
HSL color Cylindrical-coordinate representation of color #BDF221: hue angle of 75.22º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDF221 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 33 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.05 |
| HSL | 75.22º | 0.89% | 0.54% | - |
| HSV(B) | 75.22º | 0.86% | 0.95% | - |
| XYZ | 53.01 | 74.43 | 13.01 | - |
| YUV | 202.33 | 32.44 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 33 | 0.22 | 0 | 0.86 | 0.05 | 75.22 | 0.89 | 0.54 |
| Hex | BD | F2 | 21 | 16 | 0 | 56 | 5 | 4B | 59 | 36 |
| Octal | 275 | 362 | 41 | 26 | 0 | 126 | 5 | 113 | 131 | 66 |
| Binary | 10111101 | 11110010 | 100001 | 10110 | 0 | 1010110 | 101 | 1001011 | 1011001 | 110110 |
Color Harmonies of #BDF221
Complementary color
Monochromatic Colors of #BDF221
Black with #BDF221
Text Example
Text Example
White with #BDF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF221; }
p { color: rgb(189,242,33); }
H1.HeaderClassName
{
color: #BDF221;
}
.AnyTagClassName
{
color: #BDF221;
}
</style>
background-color css
<style>
a { background-color: #BDF221; }
a { background-color: rgb(189,242,33); }
div.DivClassName
{
background-color: #BDF221;
}
.BgClassName
{
background-color: #BDF221;
}
</style>
border-color css
<style>
span { border-color: #BDF221; }
span { border-color: rgb(189,242,33); }
td.TdClassName
{
border-color: #BDF221;
}
.TagClassName
{
border-color: #BDF221;
}
</style>