Shades of Inch Worm #BDF210
Tints of Inch Worm #BDF210
RGB
CMYK
RGB Variations
Color information
#BDF210 (or 0xBDF210) is known color: Inch Worm. HEX triplet: BD, F2 and 10. RGB value is (189,242,16). Sum of RGB (Red+Green+Blue) = 189+242+16=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF210 is #420DEF. Grayscale: #C9C9C9. Windows color (decimal): -4328944 or 1110717. OLE color: 1110717.
HSL color Cylindrical-coordinate representation of color #BDF210: hue angle of 74.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDF210 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 16 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.05 |
| HSL | 74.07º | 0.9% | 0.51% | - |
| HSV(B) | 74.07º | 0.93% | 0.95% | - |
| XYZ | 52.83 | 74.36 | 12.06 | - |
| YUV | 200.39 | 23.94 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 16 | 0.22 | 0 | 0.93 | 0.05 | 74.07 | 0.9 | 0.51 |
| Hex | BD | F2 | 10 | 16 | 0 | 5D | 5 | 4A | 5A | 33 |
| Octal | 275 | 362 | 20 | 26 | 0 | 135 | 5 | 112 | 132 | 63 |
| Binary | 10111101 | 11110010 | 10000 | 10110 | 0 | 1011101 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BDF210
Complementary color
Monochromatic Colors of #BDF210
Black with #BDF210
Text Example
Text Example
White with #BDF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF210; }
p { color: rgb(189,242,16); }
H1.HeaderClassName
{
color: #BDF210;
}
.AnyTagClassName
{
color: #BDF210;
}
</style>
background-color css
<style>
a { background-color: #BDF210; }
a { background-color: rgb(189,242,16); }
div.DivClassName
{
background-color: #BDF210;
}
.BgClassName
{
background-color: #BDF210;
}
</style>
border-color css
<style>
span { border-color: #BDF210; }
span { border-color: rgb(189,242,16); }
td.TdClassName
{
border-color: #BDF210;
}
.TagClassName
{
border-color: #BDF210;
}
</style>