Shades of Reef #BFF294
Tints of Reef #BFF294
RGB
CMYK
RGB Variations
Color information
#BFF294 (or 0xBFF294) is known color: Reef. HEX triplet: BF, F2 and 94. RGB value is (191,242,148). Sum of RGB (Red+Green+Blue) = 191+242+148=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF294 is #400D6B. Grayscale: #D8D8D8. Windows color (decimal): -4197740 or 9761471. OLE color: 9761471.
HSL color Cylindrical-coordinate representation of color #BFF294: hue angle of 92.55º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF294 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 148 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.05 |
| HSL | 92.55º | 0.78% | 0.76% | - |
| HSV(B) | 92.55º | 0.39% | 0.95% | - |
| XYZ | 58.58 | 76.72 | 39.74 | - |
| YUV | 216.04 | 89.6 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 148 | 0.21 | 0 | 0.39 | 0.05 | 92.55 | 0.78 | 0.76 |
| Hex | BF | F2 | 94 | 15 | 0 | 27 | 5 | 5D | 4E | 4C |
| Octal | 277 | 362 | 224 | 25 | 0 | 47 | 5 | 135 | 116 | 114 |
| Binary | 10111111 | 11110010 | 10010100 | 10101 | 0 | 100111 | 101 | 1011101 | 1001110 | 1001100 |
Color Harmonies of #BFF294
Complementary color
Monochromatic Colors of #BFF294
Black with #BFF294
Text Example
Text Example
White with #BFF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF294; }
p { color: rgb(191,242,148); }
H1.HeaderClassName
{
color: #BFF294;
}
.AnyTagClassName
{
color: #BFF294;
}
</style>
background-color css
<style>
a { background-color: #BFF294; }
a { background-color: rgb(191,242,148); }
div.DivClassName
{
background-color: #BFF294;
}
.BgClassName
{
background-color: #BFF294;
}
</style>
border-color css
<style>
span { border-color: #BFF294; }
span { border-color: rgb(191,242,148); }
td.TdClassName
{
border-color: #BFF294;
}
.TagClassName
{
border-color: #BFF294;
}
</style>