Shades of Inch Worm #BFF121
Tints of Inch Worm #BFF121
RGB
CMYK
RGB Variations
Color information
#BFF121 (or 0xBFF121) is known color: Inch Worm. HEX triplet: BF, F1 and 21. RGB value is (191,241,33). Sum of RGB (Red+Green+Blue) = 191+241+33=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF121 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF121 is #400EDE. Grayscale: #CBCBCB. Windows color (decimal): -4198111 or 2224575. OLE color: 2224575.
HSL color Cylindrical-coordinate representation of color #BFF121: hue angle of 74.42º 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 #BFF121 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 33 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.05 |
| HSL | 74.42º | 0.88% | 0.54% | - |
| HSV(B) | 74.42º | 0.86% | 0.95% | - |
| XYZ | 53.22 | 74.1 | 12.94 | - |
| YUV | 202.34 | 32.44 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 33 | 0.21 | 0 | 0.86 | 0.05 | 74.42 | 0.88 | 0.54 |
| Hex | BF | F1 | 21 | 15 | 0 | 56 | 5 | 4A | 58 | 36 |
| Octal | 277 | 361 | 41 | 25 | 0 | 126 | 5 | 112 | 130 | 66 |
| Binary | 10111111 | 11110001 | 100001 | 10101 | 0 | 1010110 | 101 | 1001010 | 1011000 | 110110 |
Color Harmonies of #BFF121
Complementary color
Monochromatic Colors of #BFF121
Black with #BFF121
Text Example
Text Example
White with #BFF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF121; }
p { color: rgb(191,241,33); }
H1.HeaderClassName
{
color: #BFF121;
}
.AnyTagClassName
{
color: #BFF121;
}
</style>
background-color css
<style>
a { background-color: #BFF121; }
a { background-color: rgb(191,241,33); }
div.DivClassName
{
background-color: #BFF121;
}
.BgClassName
{
background-color: #BFF121;
}
</style>
border-color css
<style>
span { border-color: #BFF121; }
span { border-color: rgb(191,241,33); }
td.TdClassName
{
border-color: #BFF121;
}
.TagClassName
{
border-color: #BFF121;
}
</style>