Shades of Inch Worm #BFF215
Tints of Inch Worm #BFF215
RGB
CMYK
RGB Variations
Color information
#BFF215 (or 0xBFF215) is known color: Inch Worm. HEX triplet: BF, F2 and 15. RGB value is (191,242,21). Sum of RGB (Red+Green+Blue) = 191+242+21=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF215 is #400DEA. Grayscale: #CACACA. Windows color (decimal): -4197867 or 1438399. OLE color: 1438399.
HSL color Cylindrical-coordinate representation of color #BFF215: hue angle of 73.85º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFF215 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 21 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.05 |
| HSL | 73.85º | 0.89% | 0.52% | - |
| HSV(B) | 73.85º | 0.91% | 0.95% | - |
| XYZ | 53.37 | 74.63 | 12.3 | - |
| YUV | 201.56 | 26.1 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 21 | 0.21 | 0 | 0.91 | 0.05 | 73.85 | 0.89 | 0.52 |
| Hex | BF | F2 | 15 | 15 | 0 | 5B | 5 | 4A | 59 | 34 |
| Octal | 277 | 362 | 25 | 25 | 0 | 133 | 5 | 112 | 131 | 64 |
| Binary | 10111111 | 11110010 | 10101 | 10101 | 0 | 1011011 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #BFF215
Complementary color
Monochromatic Colors of #BFF215
Black with #BFF215
Text Example
Text Example
White with #BFF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF215; }
p { color: rgb(191,242,21); }
H1.HeaderClassName
{
color: #BFF215;
}
.AnyTagClassName
{
color: #BFF215;
}
</style>
background-color css
<style>
a { background-color: #BFF215; }
a { background-color: rgb(191,242,21); }
div.DivClassName
{
background-color: #BFF215;
}
.BgClassName
{
background-color: #BFF215;
}
</style>
border-color css
<style>
span { border-color: #BFF215; }
span { border-color: rgb(191,242,21); }
td.TdClassName
{
border-color: #BFF215;
}
.TagClassName
{
border-color: #BFF215;
}
</style>