Shades of Inch Worm #BFF81A
Tints of Inch Worm #BFF81A
RGB
CMYK
RGB Variations
Color information
#BFF81A (or 0xBFF81A) is known color: Inch Worm. HEX triplet: BF, F8 and 1A. RGB value is (191,248,26). Sum of RGB (Red+Green+Blue) = 191+248+26=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF81A is #4007E5. Grayscale: #CECECE. Windows color (decimal): -4196326 or 1767615. OLE color: 1767615.
HSL color Cylindrical-coordinate representation of color #BFF81A: hue angle of 75.41º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFF81A is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 26 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.03 |
| HSL | 75.41º | 0.94% | 0.54% | - |
| HSV(B) | 75.41º | 0.9% | 0.97% | - |
| XYZ | 55.24 | 78.29 | 13.18 | - |
| YUV | 205.65 | 26.62 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 26 | 0.23 | 0 | 0.90 | 0.03 | 75.41 | 0.94 | 0.54 |
| Hex | BF | F8 | 1A | 17 | 0 | 5A | 3 | 4B | 5E | 36 |
| Octal | 277 | 370 | 32 | 27 | 0 | 132 | 3 | 113 | 136 | 66 |
| Binary | 10111111 | 11111000 | 11010 | 10111 | 0 | 1011010 | 11 | 1001011 | 1011110 | 110110 |
Color Harmonies of #BFF81A
Complementary color
Monochromatic Colors of #BFF81A
Black with #BFF81A
Text Example
Text Example
White with #BFF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF81A; }
p { color: rgb(191,248,26); }
H1.HeaderClassName
{
color: #BFF81A;
}
.AnyTagClassName
{
color: #BFF81A;
}
</style>
background-color css
<style>
a { background-color: #BFF81A; }
a { background-color: rgb(191,248,26); }
div.DivClassName
{
background-color: #BFF81A;
}
.BgClassName
{
background-color: #BFF81A;
}
</style>
border-color css
<style>
span { border-color: #BFF81A; }
span { border-color: rgb(191,248,26); }
td.TdClassName
{
border-color: #BFF81A;
}
.TagClassName
{
border-color: #BFF81A;
}
</style>