Shades of Reef #BFF59A
Tints of Reef #BFF59A
RGB
CMYK
RGB Variations
Color information
#BFF59A (or 0xBFF59A) is known color: Reef. HEX triplet: BF, F5 and 9A. RGB value is (191,245,154). Sum of RGB (Red+Green+Blue) = 191+245+154=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF59A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF59A is #400A65. Grayscale: #DADADA. Windows color (decimal): -4196966 or 10155455. OLE color: 10155455.
HSL color Cylindrical-coordinate representation of color #BFF59A: hue angle of 95.6º degrees, saturation: 0.82, 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 #BFF59A is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 154 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.04 |
| HSL | 95.6º | 0.82% | 0.78% | - |
| HSV(B) | 95.6º | 0.37% | 0.96% | - |
| XYZ | 59.97 | 78.71 | 42.6 | - |
| YUV | 218.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 154 | 0.22 | 0 | 0.37 | 0.04 | 95.6 | 0.82 | 0.78 |
| Hex | BF | F5 | 9A | 16 | 0 | 25 | 4 | 60 | 52 | 4E |
| Octal | 277 | 365 | 232 | 26 | 0 | 45 | 4 | 140 | 122 | 116 |
| Binary | 10111111 | 11110101 | 10011010 | 10110 | 0 | 100101 | 100 | 1100000 | 1010010 | 1001110 |
Color Harmonies of #BFF59A
Complementary color
Monochromatic Colors of #BFF59A
Black with #BFF59A
Text Example
Text Example
White with #BFF59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF59A; }
p { color: rgb(191,245,154); }
H1.HeaderClassName
{
color: #BFF59A;
}
.AnyTagClassName
{
color: #BFF59A;
}
</style>
background-color css
<style>
a { background-color: #BFF59A; }
a { background-color: rgb(191,245,154); }
div.DivClassName
{
background-color: #BFF59A;
}
.BgClassName
{
background-color: #BFF59A;
}
</style>
border-color css
<style>
span { border-color: #BFF59A; }
span { border-color: rgb(191,245,154); }
td.TdClassName
{
border-color: #BFF59A;
}
.TagClassName
{
border-color: #BFF59A;
}
</style>