Shades of Inch Worm #BFF315
Tints of Inch Worm #BFF315
RGB
CMYK
RGB Variations
Color information
#BFF315 (or 0xBFF315) is known color: Inch Worm. HEX triplet: BF, F3 and 15. RGB value is (191,243,21). Sum of RGB (Red+Green+Blue) = 191+243+21=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF315 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF315 is #400CEA. Grayscale: #CACACA. Windows color (decimal): -4197611 or 1438655. OLE color: 1438655.
HSL color Cylindrical-coordinate representation of color #BFF315: hue angle of 74.05º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFF315 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 21 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.05 |
| HSL | 74.05º | 0.9% | 0.52% | - |
| HSV(B) | 74.05º | 0.91% | 0.95% | - |
| XYZ | 53.67 | 75.23 | 12.4 | - |
| YUV | 202.14 | 25.77 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 21 | 0.21 | 0 | 0.91 | 0.05 | 74.05 | 0.9 | 0.52 |
| Hex | BF | F3 | 15 | 15 | 0 | 5B | 5 | 4A | 5A | 34 |
| Octal | 277 | 363 | 25 | 25 | 0 | 133 | 5 | 112 | 132 | 64 |
| Binary | 10111111 | 11110011 | 10101 | 10101 | 0 | 1011011 | 101 | 1001010 | 1011010 | 110100 |
Color Harmonies of #BFF315
Complementary color
Monochromatic Colors of #BFF315
Black with #BFF315
Text Example
Text Example
White with #BFF315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF315; }
p { color: rgb(191,243,21); }
H1.HeaderClassName
{
color: #BFF315;
}
.AnyTagClassName
{
color: #BFF315;
}
</style>
background-color css
<style>
a { background-color: #BFF315; }
a { background-color: rgb(191,243,21); }
div.DivClassName
{
background-color: #BFF315;
}
.BgClassName
{
background-color: #BFF315;
}
</style>
border-color css
<style>
span { border-color: #BFF315; }
span { border-color: rgb(191,243,21); }
td.TdClassName
{
border-color: #BFF315;
}
.TagClassName
{
border-color: #BFF315;
}
</style>