Shades of Reef #BFF499
Tints of Reef #BFF499
RGB
CMYK
RGB Variations
Color information
#BFF499 (or 0xBFF499) is known color: Reef. HEX triplet: BF, F4 and 99. RGB value is (191,244,153). Sum of RGB (Red+Green+Blue) = 191+244+153=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF499 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF499 is #400B66. Grayscale: #DADADA. Windows color (decimal): -4197223 or 10089663. OLE color: 10089663.
HSL color Cylindrical-coordinate representation of color #BFF499: hue angle of 94.95º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFF499 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 153 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.04 |
| HSL | 94.95º | 0.81% | 0.78% | - |
| HSV(B) | 94.95º | 0.37% | 0.96% | - |
| XYZ | 59.59 | 78.08 | 42.07 | - |
| YUV | 217.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 153 | 0.22 | 0 | 0.37 | 0.04 | 94.95 | 0.81 | 0.78 |
| Hex | BF | F4 | 99 | 16 | 0 | 25 | 4 | 5F | 51 | 4E |
| Octal | 277 | 364 | 231 | 26 | 0 | 45 | 4 | 137 | 121 | 116 |
| Binary | 10111111 | 11110100 | 10011001 | 10110 | 0 | 100101 | 100 | 1011111 | 1010001 | 1001110 |
Color Harmonies of #BFF499
Complementary color
Monochromatic Colors of #BFF499
Black with #BFF499
Text Example
Text Example
White with #BFF499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF499; }
p { color: rgb(191,244,153); }
H1.HeaderClassName
{
color: #BFF499;
}
.AnyTagClassName
{
color: #BFF499;
}
</style>
background-color css
<style>
a { background-color: #BFF499; }
a { background-color: rgb(191,244,153); }
div.DivClassName
{
background-color: #BFF499;
}
.BgClassName
{
background-color: #BFF499;
}
</style>
border-color css
<style>
span { border-color: #BFF499; }
span { border-color: rgb(191,244,153); }
td.TdClassName
{
border-color: #BFF499;
}
.TagClassName
{
border-color: #BFF499;
}
</style>