Shades of Reef #BFF494
Tints of Reef #BFF494
RGB
CMYK
RGB Variations
Color information
#BFF494 (or 0xBFF494) is known color: Reef. HEX triplet: BF, F4 and 94. RGB value is (191,244,148). Sum of RGB (Red+Green+Blue) = 191+244+148=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF494 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF494 is #400B6B. Grayscale: #D9D9D9. Windows color (decimal): -4197228 or 9761983. OLE color: 9761983.
HSL color Cylindrical-coordinate representation of color #BFF494: hue angle of 93.12º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF494 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 148 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.04 |
| HSL | 93.13º | 0.81% | 0.77% | - |
| HSV(B) | 93.13º | 0.39% | 0.96% | - |
| XYZ | 59.18 | 77.92 | 39.94 | - |
| YUV | 217.21 | 88.94 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 148 | 0.22 | 0 | 0.39 | 0.04 | 93.13 | 0.81 | 0.77 |
| Hex | BF | F4 | 94 | 16 | 0 | 27 | 4 | 5D | 51 | 4D |
| Octal | 277 | 364 | 224 | 26 | 0 | 47 | 4 | 135 | 121 | 115 |
| Binary | 10111111 | 11110100 | 10010100 | 10110 | 0 | 100111 | 100 | 1011101 | 1010001 | 1001101 |
Color Harmonies of #BFF494
Complementary color
Monochromatic Colors of #BFF494
Black with #BFF494
Text Example
Text Example
White with #BFF494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF494; }
p { color: rgb(191,244,148); }
H1.HeaderClassName
{
color: #BFF494;
}
.AnyTagClassName
{
color: #BFF494;
}
</style>
background-color css
<style>
a { background-color: #BFF494; }
a { background-color: rgb(191,244,148); }
div.DivClassName
{
background-color: #BFF494;
}
.BgClassName
{
background-color: #BFF494;
}
</style>
border-color css
<style>
span { border-color: #BFF494; }
span { border-color: rgb(191,244,148); }
td.TdClassName
{
border-color: #BFF494;
}
.TagClassName
{
border-color: #BFF494;
}
</style>