Shades of Inch Worm #BFF310
Tints of Inch Worm #BFF310
RGB
CMYK
RGB Variations
Color information
#BFF310 (or 0xBFF310) is known color: Inch Worm. HEX triplet: BF, F3 and 10. RGB value is (191,243,16). Sum of RGB (Red+Green+Blue) = 191+243+16=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF310 is #400CEF. Grayscale: #CACACA. Windows color (decimal): -4197616 or 1110975. OLE color: 1110975.
HSL color Cylindrical-coordinate representation of color #BFF310: hue angle of 73.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFF310 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 16 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.05 |
| HSL | 73.74º | 0.9% | 0.51% | - |
| HSV(B) | 73.74º | 0.93% | 0.95% | - |
| XYZ | 53.63 | 75.21 | 12.18 | - |
| YUV | 201.57 | 23.27 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 16 | 0.21 | 0 | 0.93 | 0.05 | 73.74 | 0.9 | 0.51 |
| Hex | BF | F3 | 10 | 15 | 0 | 5D | 5 | 4A | 5A | 33 |
| Octal | 277 | 363 | 20 | 25 | 0 | 135 | 5 | 112 | 132 | 63 |
| Binary | 10111111 | 11110011 | 10000 | 10101 | 0 | 1011101 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BFF310
Complementary color
Monochromatic Colors of #BFF310
Black with #BFF310
Text Example
Text Example
White with #BFF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF310; }
p { color: rgb(191,243,16); }
H1.HeaderClassName
{
color: #BFF310;
}
.AnyTagClassName
{
color: #BFF310;
}
</style>
background-color css
<style>
a { background-color: #BFF310; }
a { background-color: rgb(191,243,16); }
div.DivClassName
{
background-color: #BFF310;
}
.BgClassName
{
background-color: #BFF310;
}
</style>
border-color css
<style>
span { border-color: #BFF310; }
span { border-color: rgb(191,243,16); }
td.TdClassName
{
border-color: #BFF310;
}
.TagClassName
{
border-color: #BFF310;
}
</style>