Shades of Reef #BFF19A
Tints of Reef #BFF19A
RGB
CMYK
RGB Variations
Color information
#BFF19A (or 0xBFF19A) is known color: Reef. HEX triplet: BF, F1 and 9A. RGB value is (191,241,154). Sum of RGB (Red+Green+Blue) = 191+241+154=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF19A is #400E65. Grayscale: #D8D8D8. Windows color (decimal): -4197990 or 10154431. OLE color: 10154431.
HSL color Cylindrical-coordinate representation of color #BFF19A: hue angle of 94.48º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFF19A is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 154 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.05 |
| HSL | 94.48º | 0.76% | 0.77% | - |
| HSV(B) | 94.48º | 0.36% | 0.95% | - |
| XYZ | 58.77 | 76.32 | 42.21 | - |
| YUV | 216.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 154 | 0.21 | 0 | 0.36 | 0.05 | 94.48 | 0.76 | 0.77 |
| Hex | BF | F1 | 9A | 15 | 0 | 24 | 5 | 5E | 4C | 4D |
| Octal | 277 | 361 | 232 | 25 | 0 | 44 | 5 | 136 | 114 | 115 |
| Binary | 10111111 | 11110001 | 10011010 | 10101 | 0 | 100100 | 101 | 1011110 | 1001100 | 1001101 |
Color Harmonies of #BFF19A
Complementary color
Monochromatic Colors of #BFF19A
Black with #BFF19A
Text Example
Text Example
White with #BFF19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF19A; }
p { color: rgb(191,241,154); }
H1.HeaderClassName
{
color: #BFF19A;
}
.AnyTagClassName
{
color: #BFF19A;
}
</style>
background-color css
<style>
a { background-color: #BFF19A; }
a { background-color: rgb(191,241,154); }
div.DivClassName
{
background-color: #BFF19A;
}
.BgClassName
{
background-color: #BFF19A;
}
</style>
border-color css
<style>
span { border-color: #BFF19A; }
span { border-color: rgb(191,241,154); }
td.TdClassName
{
border-color: #BFF19A;
}
.TagClassName
{
border-color: #BFF19A;
}
</style>