Shades of Reef #BFFC90
Tints of Reef #BFFC90
RGB
CMYK
RGB Variations
Color information
#BFFC90 (or 0xBFFC90) is known color: Reef. HEX triplet: BF, FC and 90. RGB value is (191,252,144). Sum of RGB (Red+Green+Blue) = 191+252+144=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC90 is #40036F. Grayscale: #DDDDDD. Windows color (decimal): -4195184 or 9501887. OLE color: 9501887.
HSL color Cylindrical-coordinate representation of color #BFFC90: hue angle of 93.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFFC90 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 144 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.01 |
| HSL | 93.89º | 0.95% | 0.78% | - |
| HSV(B) | 93.89º | 0.43% | 0.99% | - |
| XYZ | 61.33 | 82.71 | 39.12 | - |
| YUV | 221.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 144 | 0.24 | 0 | 0.43 | 0.01 | 93.89 | 0.95 | 0.78 |
| Hex | BF | FC | 90 | 18 | 0 | 2B | 1 | 5E | 5F | 4E |
| Octal | 277 | 374 | 220 | 30 | 0 | 53 | 1 | 136 | 137 | 116 |
| Binary | 10111111 | 11111100 | 10010000 | 11000 | 0 | 101011 | 1 | 1011110 | 1011111 | 1001110 |
Color Harmonies of #BFFC90
Complementary color
Monochromatic Colors of #BFFC90
Black with #BFFC90
Text Example
Text Example
White with #BFFC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC90; }
p { color: rgb(191,252,144); }
H1.HeaderClassName
{
color: #BFFC90;
}
.AnyTagClassName
{
color: #BFFC90;
}
</style>
background-color css
<style>
a { background-color: #BFFC90; }
a { background-color: rgb(191,252,144); }
div.DivClassName
{
background-color: #BFFC90;
}
.BgClassName
{
background-color: #BFFC90;
}
</style>
border-color css
<style>
span { border-color: #BFFC90; }
span { border-color: rgb(191,252,144); }
td.TdClassName
{
border-color: #BFFC90;
}
.TagClassName
{
border-color: #BFFC90;
}
</style>