Shades of Reef #BFE799
Tints of Reef #BFE799
RGB
CMYK
RGB Variations
Color information
#BFE799 (or 0xBFE799) is known color: Reef. HEX triplet: BF, E7 and 99. RGB value is (191,231,153). Sum of RGB (Red+Green+Blue) = 191+231+153=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE799 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE799 is #401866. Grayscale: #D2D2D2. Windows color (decimal): -4200551 or 10086335. OLE color: 10086335.
HSL color Cylindrical-coordinate representation of color #BFE799: hue angle of 90.77º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFE799 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 153 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.09 |
| HSL | 90.77º | 0.62% | 0.75% | - |
| HSV(B) | 90.77º | 0.34% | 0.91% | - |
| XYZ | 55.81 | 70.53 | 40.81 | - |
| YUV | 210.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 153 | 0.17 | 0 | 0.34 | 0.09 | 90.77 | 0.62 | 0.75 |
| Hex | BF | E7 | 99 | 11 | 0 | 22 | 9 | 5B | 3E | 4B |
| Octal | 277 | 347 | 231 | 21 | 0 | 42 | 11 | 133 | 76 | 113 |
| Binary | 10111111 | 11100111 | 10011001 | 10001 | 0 | 100010 | 1001 | 1011011 | 111110 | 1001011 |
Color Harmonies of #BFE799
Complementary color
Monochromatic Colors of #BFE799
Black with #BFE799
Text Example
Text Example
White with #BFE799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE799; }
p { color: rgb(191,231,153); }
H1.HeaderClassName
{
color: #BFE799;
}
.AnyTagClassName
{
color: #BFE799;
}
</style>
background-color css
<style>
a { background-color: #BFE799; }
a { background-color: rgb(191,231,153); }
div.DivClassName
{
background-color: #BFE799;
}
.BgClassName
{
background-color: #BFE799;
}
</style>
border-color css
<style>
span { border-color: #BFE799; }
span { border-color: rgb(191,231,153); }
td.TdClassName
{
border-color: #BFE799;
}
.TagClassName
{
border-color: #BFE799;
}
</style>