Shades of Inch Worm #BDF20B
Tints of Inch Worm #BDF20B
RGB
CMYK
RGB Variations
Color information
#BDF20B (or 0xBDF20B) is known color: Inch Worm. HEX triplet: BD, F2 and 0B. RGB value is (189,242,11). Sum of RGB (Red+Green+Blue) = 189+242+11=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF20B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF20B is #420DF4. Grayscale: #C8C8C8. Windows color (decimal): -4328949 or 783037. OLE color: 783037.
HSL color Cylindrical-coordinate representation of color #BDF20B: hue angle of 73.77º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDF20B is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 11 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.05 |
| HSL | 73.77º | 0.91% | 0.5% | - |
| HSV(B) | 73.77º | 0.95% | 0.95% | - |
| XYZ | 52.8 | 74.35 | 11.88 | - |
| YUV | 199.82 | 21.44 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 11 | 0.22 | 0 | 0.95 | 0.05 | 73.77 | 0.91 | 0.5 |
| Hex | BD | F2 | B | 16 | 0 | 5F | 5 | 4A | 5B | 32 |
| Octal | 275 | 362 | 13 | 26 | 0 | 137 | 5 | 112 | 133 | 62 |
| Binary | 10111101 | 11110010 | 1011 | 10110 | 0 | 1011111 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BDF20B
Complementary color
Monochromatic Colors of #BDF20B
Black with #BDF20B
Text Example
Text Example
White with #BDF20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF20B; }
p { color: rgb(189,242,11); }
H1.HeaderClassName
{
color: #BDF20B;
}
.AnyTagClassName
{
color: #BDF20B;
}
</style>
background-color css
<style>
a { background-color: #BDF20B; }
a { background-color: rgb(189,242,11); }
div.DivClassName
{
background-color: #BDF20B;
}
.BgClassName
{
background-color: #BDF20B;
}
</style>
border-color css
<style>
span { border-color: #BDF20B; }
span { border-color: rgb(189,242,11); }
td.TdClassName
{
border-color: #BDF20B;
}
.TagClassName
{
border-color: #BDF20B;
}
</style>