Shades of Reef #BFF496
Tints of Reef #BFF496
RGB
CMYK
RGB Variations
Color information
#BFF496 (or 0xBFF496) is known color: Reef. HEX triplet: BF, F4 and 96. RGB value is (191,244,150). Sum of RGB (Red+Green+Blue) = 191+244+150=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF496 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF496 is #400B69. Grayscale: #D9D9D9. Windows color (decimal): -4197226 or 9893055. OLE color: 9893055.
HSL color Cylindrical-coordinate representation of color #BFF496: hue angle of 93.83º 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 #BFF496 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 150 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.04 |
| HSL | 93.83º | 0.81% | 0.77% | - |
| HSV(B) | 93.83º | 0.39% | 0.96% | - |
| XYZ | 59.34 | 77.98 | 40.78 | - |
| YUV | 217.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 150 | 0.22 | 0 | 0.39 | 0.04 | 93.83 | 0.81 | 0.77 |
| Hex | BF | F4 | 96 | 16 | 0 | 27 | 4 | 5E | 51 | 4D |
| Octal | 277 | 364 | 226 | 26 | 0 | 47 | 4 | 136 | 121 | 115 |
| Binary | 10111111 | 11110100 | 10010110 | 10110 | 0 | 100111 | 100 | 1011110 | 1010001 | 1001101 |
Color Harmonies of #BFF496
Complementary color
Monochromatic Colors of #BFF496
Black with #BFF496
Text Example
Text Example
White with #BFF496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF496; }
p { color: rgb(191,244,150); }
H1.HeaderClassName
{
color: #BFF496;
}
.AnyTagClassName
{
color: #BFF496;
}
</style>
background-color css
<style>
a { background-color: #BFF496; }
a { background-color: rgb(191,244,150); }
div.DivClassName
{
background-color: #BFF496;
}
.BgClassName
{
background-color: #BFF496;
}
</style>
border-color css
<style>
span { border-color: #BFF496; }
span { border-color: rgb(191,244,150); }
td.TdClassName
{
border-color: #BFF496;
}
.TagClassName
{
border-color: #BFF496;
}
</style>