Shades of Inch Worm #BFF00D
Tints of Inch Worm #BFF00D
RGB
CMYK
RGB Variations
Color information
#BFF00D (or 0xBFF00D) is known color: Inch Worm. HEX triplet: BF, F0 and 0D. RGB value is (191,240,13). Sum of RGB (Red+Green+Blue) = 191+240+13=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF00D is #400FF2. Grayscale: #C8C8C8. Windows color (decimal): -4198387 or 913599. OLE color: 913599.
HSL color Cylindrical-coordinate representation of color #BFF00D: hue angle of 72.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFF00D is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 13 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.06 |
| HSL | 72.95º | 0.9% | 0.5% | - |
| HSV(B) | 72.95º | 0.95% | 0.94% | - |
| XYZ | 52.72 | 73.43 | 11.77 | - |
| YUV | 199.47 | 22.77 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 13 | 0.20 | 0 | 0.95 | 0.06 | 72.95 | 0.9 | 0.5 |
| Hex | BF | F0 | D | 14 | 0 | 5F | 6 | 49 | 5A | 32 |
| Octal | 277 | 360 | 15 | 24 | 0 | 137 | 6 | 111 | 132 | 62 |
| Binary | 10111111 | 11110000 | 1101 | 10100 | 0 | 1011111 | 110 | 1001001 | 1011010 | 110010 |
Color Harmonies of #BFF00D
Complementary color
Monochromatic Colors of #BFF00D
Black with #BFF00D
Text Example
Text Example
White with #BFF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF00D; }
p { color: rgb(191,240,13); }
H1.HeaderClassName
{
color: #BFF00D;
}
.AnyTagClassName
{
color: #BFF00D;
}
</style>
background-color css
<style>
a { background-color: #BFF00D; }
a { background-color: rgb(191,240,13); }
div.DivClassName
{
background-color: #BFF00D;
}
.BgClassName
{
background-color: #BFF00D;
}
</style>
border-color css
<style>
span { border-color: #BFF00D; }
span { border-color: rgb(191,240,13); }
td.TdClassName
{
border-color: #BFF00D;
}
.TagClassName
{
border-color: #BFF00D;
}
</style>