Shades of Inch Worm #BDF420
Tints of Inch Worm #BDF420
RGB
CMYK
RGB Variations
Color information
#BDF420 (or 0xBDF420) is known color: Inch Worm. HEX triplet: BD, F4 and 20. RGB value is (189,244,32). Sum of RGB (Red+Green+Blue) = 189+244+32=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF420 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF420 is #420BDF. Grayscale: #CCCCCC. Windows color (decimal): -4328416 or 2159805. OLE color: 2159805.
HSL color Cylindrical-coordinate representation of color #BDF420: hue angle of 75.57º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDF420 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 32 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.04 |
| HSL | 75.57º | 0.91% | 0.54% | - |
| HSV(B) | 75.57º | 0.87% | 0.96% | - |
| XYZ | 53.6 | 75.62 | 13.14 | - |
| YUV | 203.39 | 31.28 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 32 | 0.23 | 0 | 0.87 | 0.04 | 75.57 | 0.91 | 0.54 |
| Hex | BD | F4 | 20 | 17 | 0 | 57 | 4 | 4C | 5B | 36 |
| Octal | 275 | 364 | 40 | 27 | 0 | 127 | 4 | 114 | 133 | 66 |
| Binary | 10111101 | 11110100 | 100000 | 10111 | 0 | 1010111 | 100 | 1001100 | 1011011 | 110110 |
Color Harmonies of #BDF420
Complementary color
Monochromatic Colors of #BDF420
Black with #BDF420
Text Example
Text Example
White with #BDF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF420; }
p { color: rgb(189,244,32); }
H1.HeaderClassName
{
color: #BDF420;
}
.AnyTagClassName
{
color: #BDF420;
}
</style>
background-color css
<style>
a { background-color: #BDF420; }
a { background-color: rgb(189,244,32); }
div.DivClassName
{
background-color: #BDF420;
}
.BgClassName
{
background-color: #BDF420;
}
</style>
border-color css
<style>
span { border-color: #BDF420; }
span { border-color: rgb(189,244,32); }
td.TdClassName
{
border-color: #BDF420;
}
.TagClassName
{
border-color: #BDF420;
}
</style>