Shades of Reef #BFFF93
Tints of Reef #BFFF93
RGB
CMYK
RGB Variations
Color information
#BFFF93 (or 0xBFFF93) is known color: Reef. HEX triplet: BF, FF and 93. RGB value is (191,255,147). Sum of RGB (Red+Green+Blue) = 191+255+147=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF93 is #40006C. Grayscale: #DFDFDF. Windows color (decimal): -4194413 or 9699263. OLE color: 9699263.
HSL color Cylindrical-coordinate representation of color #BFFF93: hue angle of 95.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFFF93 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 147 | - |
| CMYK | 0.25 | 0 | 0.42 | 0 |
| HSL | 95.56º | 1% | 0.79% | - |
| HSV(B) | 95.56º | 0.42% | 1% | - |
| XYZ | 62.51 | 84.7 | 40.66 | - |
| YUV | 223.55 | 84.8 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 147 | 0.25 | 0 | 0.42 | 0 | 95.56 | 1 | 0.79 |
| Hex | BF | FF | 93 | 19 | 0 | 2A | 0 | 60 | 64 | 4F |
| Octal | 277 | 377 | 223 | 31 | 0 | 52 | 0 | 140 | 144 | 117 |
| Binary | 10111111 | 11111111 | 10010011 | 11001 | 0 | 101010 | 0 | 1100000 | 1100100 | 1001111 |
Color Harmonies of #BFFF93
Complementary color
Monochromatic Colors of #BFFF93
Black with #BFFF93
Text Example
Text Example
White with #BFFF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF93; }
p { color: rgb(191,255,147); }
H1.HeaderClassName
{
color: #BFFF93;
}
.AnyTagClassName
{
color: #BFFF93;
}
</style>
background-color css
<style>
a { background-color: #BFFF93; }
a { background-color: rgb(191,255,147); }
div.DivClassName
{
background-color: #BFFF93;
}
.BgClassName
{
background-color: #BFFF93;
}
</style>
border-color css
<style>
span { border-color: #BFFF93; }
span { border-color: rgb(191,255,147); }
td.TdClassName
{
border-color: #BFFF93;
}
.TagClassName
{
border-color: #BFFF93;
}
</style>