Shades of Inch Worm #BFF618
Tints of Inch Worm #BFF618
RGB
CMYK
RGB Variations
Color information
#BFF618 (or 0xBFF618) is known color: Inch Worm. HEX triplet: BF, F6 and 18. RGB value is (191,246,24). Sum of RGB (Red+Green+Blue) = 191+246+24=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 24 (9.77% from 255 or 5.21% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF618 is #4009E7. Grayscale: #CDCDCD. Windows color (decimal): -4196840 or 1636031. OLE color: 1636031.
HSL color Cylindrical-coordinate representation of color #BFF618: hue angle of 74.86º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFF618 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 24 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.04 |
| HSL | 74.86º | 0.93% | 0.53% | - |
| HSV(B) | 74.86º | 0.9% | 0.96% | - |
| XYZ | 54.61 | 77.05 | 12.86 | - |
| YUV | 204.25 | 26.28 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 24 | 0.22 | 0 | 0.90 | 0.04 | 74.86 | 0.93 | 0.53 |
| Hex | BF | F6 | 18 | 16 | 0 | 5A | 4 | 4B | 5C | 35 |
| Octal | 277 | 366 | 30 | 26 | 0 | 132 | 4 | 113 | 134 | 65 |
| Binary | 10111111 | 11110110 | 11000 | 10110 | 0 | 1011010 | 100 | 1001011 | 1011100 | 110101 |
Color Harmonies of #BFF618
Complementary color
Monochromatic Colors of #BFF618
Black with #BFF618
Text Example
Text Example
White with #BFF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF618; }
p { color: rgb(191,246,24); }
H1.HeaderClassName
{
color: #BFF618;
}
.AnyTagClassName
{
color: #BFF618;
}
</style>
background-color css
<style>
a { background-color: #BFF618; }
a { background-color: rgb(191,246,24); }
div.DivClassName
{
background-color: #BFF618;
}
.BgClassName
{
background-color: #BFF618;
}
</style>
border-color css
<style>
span { border-color: #BFF618; }
span { border-color: rgb(191,246,24); }
td.TdClassName
{
border-color: #BFF618;
}
.TagClassName
{
border-color: #BFF618;
}
</style>