Shades of Inch Worm #BFF81D
Tints of Inch Worm #BFF81D
RGB
CMYK
RGB Variations
Color information
#BFF81D (or 0xBFF81D) is known color: Inch Worm. HEX triplet: BF, F8 and 1D. RGB value is (191,248,29). Sum of RGB (Red+Green+Blue) = 191+248+29=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF81D is #4007E2. Grayscale: #CECECE. Windows color (decimal): -4196323 or 1964223. OLE color: 1964223.
HSL color Cylindrical-coordinate representation of color #BFF81D: hue angle of 75.62º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFF81D is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 29 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.03 |
| HSL | 75.62º | 0.94% | 0.54% | - |
| HSV(B) | 75.62º | 0.88% | 0.97% | - |
| XYZ | 55.28 | 78.3 | 13.36 | - |
| YUV | 205.99 | 28.12 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 29 | 0.23 | 0 | 0.88 | 0.03 | 75.62 | 0.94 | 0.54 |
| Hex | BF | F8 | 1D | 17 | 0 | 58 | 3 | 4C | 5E | 36 |
| Octal | 277 | 370 | 35 | 27 | 0 | 130 | 3 | 114 | 136 | 66 |
| Binary | 10111111 | 11111000 | 11101 | 10111 | 0 | 1011000 | 11 | 1001100 | 1011110 | 110110 |
Color Harmonies of #BFF81D
Complementary color
Monochromatic Colors of #BFF81D
Black with #BFF81D
Text Example
Text Example
White with #BFF81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF81D; }
p { color: rgb(191,248,29); }
H1.HeaderClassName
{
color: #BFF81D;
}
.AnyTagClassName
{
color: #BFF81D;
}
</style>
background-color css
<style>
a { background-color: #BFF81D; }
a { background-color: rgb(191,248,29); }
div.DivClassName
{
background-color: #BFF81D;
}
.BgClassName
{
background-color: #BFF81D;
}
</style>
border-color css
<style>
span { border-color: #BFF81D; }
span { border-color: rgb(191,248,29); }
td.TdClassName
{
border-color: #BFF81D;
}
.TagClassName
{
border-color: #BFF81D;
}
</style>