Shades of Inch Worm #BFF124
Tints of Inch Worm #BFF124
RGB
CMYK
RGB Variations
Color information
#BFF124 (or 0xBFF124) is known color: Inch Worm. HEX triplet: BF, F1 and 24. RGB value is (191,241,36). Sum of RGB (Red+Green+Blue) = 191+241+36=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF124 is #400EDB. Grayscale: #CBCBCB. Windows color (decimal): -4198108 or 2421183. OLE color: 2421183.
HSL color Cylindrical-coordinate representation of color #BFF124: hue angle of 74.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFF124 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 36 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.05 |
| HSL | 74.63º | 0.88% | 0.54% | - |
| HSV(B) | 74.63º | 0.85% | 0.95% | - |
| XYZ | 53.26 | 74.11 | 13.17 | - |
| YUV | 202.68 | 33.94 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 36 | 0.21 | 0 | 0.85 | 0.05 | 74.63 | 0.88 | 0.54 |
| Hex | BF | F1 | 24 | 15 | 0 | 55 | 5 | 4B | 58 | 36 |
| Octal | 277 | 361 | 44 | 25 | 0 | 125 | 5 | 113 | 130 | 66 |
| Binary | 10111111 | 11110001 | 100100 | 10101 | 0 | 1010101 | 101 | 1001011 | 1011000 | 110110 |
Color Harmonies of #BFF124
Complementary color
Monochromatic Colors of #BFF124
Black with #BFF124
Text Example
Text Example
White with #BFF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF124; }
p { color: rgb(191,241,36); }
H1.HeaderClassName
{
color: #BFF124;
}
.AnyTagClassName
{
color: #BFF124;
}
</style>
background-color css
<style>
a { background-color: #BFF124; }
a { background-color: rgb(191,241,36); }
div.DivClassName
{
background-color: #BFF124;
}
.BgClassName
{
background-color: #BFF124;
}
</style>
border-color css
<style>
span { border-color: #BFF124; }
span { border-color: rgb(191,241,36); }
td.TdClassName
{
border-color: #BFF124;
}
.TagClassName
{
border-color: #BFF124;
}
</style>