Shades of Inch Worm #BFF30E
Tints of Inch Worm #BFF30E
RGB
CMYK
RGB Variations
Color information
#BFF30E (or 0xBFF30E) is known color: Inch Worm. HEX triplet: BF, F3 and 0E. RGB value is (191,243,14). Sum of RGB (Red+Green+Blue) = 191+243+14=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF30E is #400CF1. Grayscale: #CACACA. Windows color (decimal): -4197618 or 979903. OLE color: 979903.
HSL color Cylindrical-coordinate representation of color #BFF30E: hue angle of 73.62º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFF30E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 14 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.05 |
| HSL | 73.62º | 0.91% | 0.5% | - |
| HSV(B) | 73.62º | 0.94% | 0.95% | - |
| XYZ | 53.62 | 75.21 | 12.11 | - |
| YUV | 201.35 | 22.27 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 14 | 0.21 | 0 | 0.94 | 0.05 | 73.62 | 0.91 | 0.5 |
| Hex | BF | F3 | E | 15 | 0 | 5E | 5 | 4A | 5B | 32 |
| Octal | 277 | 363 | 16 | 25 | 0 | 136 | 5 | 112 | 133 | 62 |
| Binary | 10111111 | 11110011 | 1110 | 10101 | 0 | 1011110 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BFF30E
Complementary color
Monochromatic Colors of #BFF30E
Black with #BFF30E
Text Example
Text Example
White with #BFF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF30E; }
p { color: rgb(191,243,14); }
H1.HeaderClassName
{
color: #BFF30E;
}
.AnyTagClassName
{
color: #BFF30E;
}
</style>
background-color css
<style>
a { background-color: #BFF30E; }
a { background-color: rgb(191,243,14); }
div.DivClassName
{
background-color: #BFF30E;
}
.BgClassName
{
background-color: #BFF30E;
}
</style>
border-color css
<style>
span { border-color: #BFF30E; }
span { border-color: rgb(191,243,14); }
td.TdClassName
{
border-color: #BFF30E;
}
.TagClassName
{
border-color: #BFF30E;
}
</style>