Shades of Inch Worm #BDF121
Tints of Inch Worm #BDF121
RGB
CMYK
RGB Variations
Color information
#BDF121 (or 0xBDF121) is known color: Inch Worm. HEX triplet: BD, F1 and 21. RGB value is (189,241,33). Sum of RGB (Red+Green+Blue) = 189+241+33=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF121 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF121 is #420EDE. Grayscale: #CACACA. Windows color (decimal): -4329183 or 2224573. OLE color: 2224573.
HSL color Cylindrical-coordinate representation of color #BDF121: hue angle of 75º degrees, saturation: 0.88, 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 #BDF121 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 33 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.05 |
| HSL | 75º | 0.88% | 0.54% | - |
| HSV(B) | 75º | 0.86% | 0.95% | - |
| XYZ | 52.72 | 73.84 | 12.91 | - |
| YUV | 201.74 | 32.77 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 33 | 0.22 | 0 | 0.86 | 0.05 | 75 | 0.88 | 0.54 |
| Hex | BD | F1 | 21 | 16 | 0 | 56 | 5 | 4B | 58 | 36 |
| Octal | 275 | 361 | 41 | 26 | 0 | 126 | 5 | 113 | 130 | 66 |
| Binary | 10111101 | 11110001 | 100001 | 10110 | 0 | 1010110 | 101 | 1001011 | 1011000 | 110110 |
Color Harmonies of #BDF121
Complementary color
Monochromatic Colors of #BDF121
Black with #BDF121
Text Example
Text Example
White with #BDF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF121; }
p { color: rgb(189,241,33); }
H1.HeaderClassName
{
color: #BDF121;
}
.AnyTagClassName
{
color: #BDF121;
}
</style>
background-color css
<style>
a { background-color: #BDF121; }
a { background-color: rgb(189,241,33); }
div.DivClassName
{
background-color: #BDF121;
}
.BgClassName
{
background-color: #BDF121;
}
</style>
border-color css
<style>
span { border-color: #BDF121; }
span { border-color: rgb(189,241,33); }
td.TdClassName
{
border-color: #BDF121;
}
.TagClassName
{
border-color: #BDF121;
}
</style>