Shades of Reef #BFFE90
Tints of Reef #BFFE90
RGB
CMYK
RGB Variations
Color information
#BFFE90 (or 0xBFFE90) is known color: Reef. HEX triplet: BF, FE and 90. RGB value is (191,254,144). Sum of RGB (Red+Green+Blue) = 191+254+144=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFE90 is #40016F. Grayscale: #DEDEDE. Windows color (decimal): -4194672 or 9502399. OLE color: 9502399.
HSL color Cylindrical-coordinate representation of color #BFFE90: hue angle of 94.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFFE90 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 144 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.00 |
| HSL | 94.36º | 0.98% | 0.78% | - |
| HSV(B) | 94.36º | 0.43% | 1% | - |
| XYZ | 61.96 | 83.97 | 39.33 | - |
| YUV | 222.62 | 83.63 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 144 | 0.25 | 0 | 0.43 | 0.00 | 94.36 | 0.98 | 0.78 |
| Hex | BF | FE | 90 | 19 | 0 | 2B | 0 | 5E | 62 | 4E |
| Octal | 277 | 376 | 220 | 31 | 0 | 53 | 0 | 136 | 142 | 116 |
| Binary | 10111111 | 11111110 | 10010000 | 11001 | 0 | 101011 | 0 | 1011110 | 1100010 | 1001110 |
Color Harmonies of #BFFE90
Complementary color
Monochromatic Colors of #BFFE90
Black with #BFFE90
Text Example
Text Example
White with #BFFE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE90; }
p { color: rgb(191,254,144); }
H1.HeaderClassName
{
color: #BFFE90;
}
.AnyTagClassName
{
color: #BFFE90;
}
</style>
background-color css
<style>
a { background-color: #BFFE90; }
a { background-color: rgb(191,254,144); }
div.DivClassName
{
background-color: #BFFE90;
}
.BgClassName
{
background-color: #BFFE90;
}
</style>
border-color css
<style>
span { border-color: #BFFE90; }
span { border-color: rgb(191,254,144); }
td.TdClassName
{
border-color: #BFFE90;
}
.TagClassName
{
border-color: #BFFE90;
}
</style>