Shades of Inch Worm #BDF211
Tints of Inch Worm #BDF211
RGB
CMYK
RGB Variations
Color information
#BDF211 (or 0xBDF211) is known color: Inch Worm. HEX triplet: BD, F2 and 11. RGB value is (189,242,17). Sum of RGB (Red+Green+Blue) = 189+242+17=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF211 is #420DEE. Grayscale: #C9C9C9. Windows color (decimal): -4328943 or 1176253. OLE color: 1176253.
HSL color Cylindrical-coordinate representation of color #BDF211: hue angle of 74.13º 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 #BDF211 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 17 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.05 |
| HSL | 74.13º | 0.9% | 0.51% | - |
| HSV(B) | 74.13º | 0.93% | 0.95% | - |
| XYZ | 52.84 | 74.36 | 12.1 | - |
| YUV | 200.5 | 24.44 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 17 | 0.22 | 0 | 0.93 | 0.05 | 74.13 | 0.9 | 0.51 |
| Hex | BD | F2 | 11 | 16 | 0 | 5D | 5 | 4A | 5A | 33 |
| Octal | 275 | 362 | 21 | 26 | 0 | 135 | 5 | 112 | 132 | 63 |
| Binary | 10111101 | 11110010 | 10001 | 10110 | 0 | 1011101 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BDF211
Complementary color
Monochromatic Colors of #BDF211
Black with #BDF211
Text Example
Text Example
White with #BDF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF211; }
p { color: rgb(189,242,17); }
H1.HeaderClassName
{
color: #BDF211;
}
.AnyTagClassName
{
color: #BDF211;
}
</style>
background-color css
<style>
a { background-color: #BDF211; }
a { background-color: rgb(189,242,17); }
div.DivClassName
{
background-color: #BDF211;
}
.BgClassName
{
background-color: #BDF211;
}
</style>
border-color css
<style>
span { border-color: #BDF211; }
span { border-color: rgb(189,242,17); }
td.TdClassName
{
border-color: #BDF211;
}
.TagClassName
{
border-color: #BDF211;
}
</style>