Shades of Reef #BFE59B
Tints of Reef #BFE59B
RGB
CMYK
RGB Variations
Color information
#BFE59B (or 0xBFE59B) is known color: Reef. HEX triplet: BF, E5 and 9B. RGB value is (191,229,155). Sum of RGB (Red+Green+Blue) = 191+229+155=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE59B is #401A64. Grayscale: #D1D1D1. Windows color (decimal): -4201061 or 10216895. OLE color: 10216895.
HSL color Cylindrical-coordinate representation of color #BFE59B: hue angle of 90.81º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFE59B is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 155 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.10 |
| HSL | 90.81º | 0.59% | 0.75% | - |
| HSV(B) | 90.81º | 0.32% | 0.9% | - |
| XYZ | 55.42 | 69.48 | 41.5 | - |
| YUV | 209.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 155 | 0.17 | 0 | 0.32 | 0.10 | 90.81 | 0.59 | 0.75 |
| Hex | BF | E5 | 9B | 11 | 0 | 20 | A | 5B | 3B | 4B |
| Octal | 277 | 345 | 233 | 21 | 0 | 40 | 12 | 133 | 73 | 113 |
| Binary | 10111111 | 11100101 | 10011011 | 10001 | 0 | 100000 | 1010 | 1011011 | 111011 | 1001011 |
Color Harmonies of #BFE59B
Complementary color
Monochromatic Colors of #BFE59B
Black with #BFE59B
Text Example
Text Example
White with #BFE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE59B; }
p { color: rgb(191,229,155); }
H1.HeaderClassName
{
color: #BFE59B;
}
.AnyTagClassName
{
color: #BFE59B;
}
</style>
background-color css
<style>
a { background-color: #BFE59B; }
a { background-color: rgb(191,229,155); }
div.DivClassName
{
background-color: #BFE59B;
}
.BgClassName
{
background-color: #BFE59B;
}
</style>
border-color css
<style>
span { border-color: #BFE59B; }
span { border-color: rgb(191,229,155); }
td.TdClassName
{
border-color: #BFE59B;
}
.TagClassName
{
border-color: #BFE59B;
}
</style>