Shades of Reef #BFE39B
Tints of Reef #BFE39B
RGB
CMYK
RGB Variations
Color information
#BFE39B (or 0xBFE39B) is known color: Reef. HEX triplet: BF, E3 and 9B. RGB value is (191,227,155). Sum of RGB (Red+Green+Blue) = 191+227+155=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE39B is #401C64. Grayscale: #D0D0D0. Windows color (decimal): -4201573 or 10216383. OLE color: 10216383.
HSL color Cylindrical-coordinate representation of color #BFE39B: hue angle of 90º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFE39B is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 155 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.11 |
| HSL | 90º | 0.56% | 0.75% | - |
| HSV(B) | 90º | 0.32% | 0.89% | - |
| XYZ | 54.87 | 68.38 | 41.32 | - |
| YUV | 208.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 155 | 0.16 | 0 | 0.32 | 0.11 | 90 | 0.56 | 0.75 |
| Hex | BF | E3 | 9B | 10 | 0 | 20 | B | 5A | 38 | 4B |
| Octal | 277 | 343 | 233 | 20 | 0 | 40 | 13 | 132 | 70 | 113 |
| Binary | 10111111 | 11100011 | 10011011 | 10000 | 0 | 100000 | 1011 | 1011010 | 111000 | 1001011 |
Color Harmonies of #BFE39B
Complementary color
Monochromatic Colors of #BFE39B
Black with #BFE39B
Text Example
Text Example
White with #BFE39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE39B; }
p { color: rgb(191,227,155); }
H1.HeaderClassName
{
color: #BFE39B;
}
.AnyTagClassName
{
color: #BFE39B;
}
</style>
background-color css
<style>
a { background-color: #BFE39B; }
a { background-color: rgb(191,227,155); }
div.DivClassName
{
background-color: #BFE39B;
}
.BgClassName
{
background-color: #BFE39B;
}
</style>
border-color css
<style>
span { border-color: #BFE39B; }
span { border-color: rgb(191,227,155); }
td.TdClassName
{
border-color: #BFE39B;
}
.TagClassName
{
border-color: #BFE39B;
}
</style>