Shades of Reef #BFE398
Tints of Reef #BFE398
RGB
CMYK
RGB Variations
Color information
#BFE398 (or 0xBFE398) is known color: Reef. HEX triplet: BF, E3 and 98. RGB value is (191,227,152). Sum of RGB (Red+Green+Blue) = 191+227+152=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE398 is #401C67. Grayscale: #CFCFCF. Windows color (decimal): -4201576 or 10019775. OLE color: 10019775.
HSL color Cylindrical-coordinate representation of color #BFE398: hue angle of 88.8º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE398 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 152 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.11 |
| HSL | 88.8º | 0.57% | 0.74% | - |
| HSV(B) | 88.8º | 0.33% | 0.89% | - |
| XYZ | 54.62 | 68.28 | 40.01 | - |
| YUV | 207.69 | 96.57 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 152 | 0.16 | 0 | 0.33 | 0.11 | 88.8 | 0.57 | 0.74 |
| Hex | BF | E3 | 98 | 10 | 0 | 21 | B | 59 | 39 | 4A |
| Octal | 277 | 343 | 230 | 20 | 0 | 41 | 13 | 131 | 71 | 112 |
| Binary | 10111111 | 11100011 | 10011000 | 10000 | 0 | 100001 | 1011 | 1011001 | 111001 | 1001010 |
Color Harmonies of #BFE398
Complementary color
Monochromatic Colors of #BFE398
Black with #BFE398
Text Example
Text Example
White with #BFE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE398; }
p { color: rgb(191,227,152); }
H1.HeaderClassName
{
color: #BFE398;
}
.AnyTagClassName
{
color: #BFE398;
}
</style>
background-color css
<style>
a { background-color: #BFE398; }
a { background-color: rgb(191,227,152); }
div.DivClassName
{
background-color: #BFE398;
}
.BgClassName
{
background-color: #BFE398;
}
</style>
border-color css
<style>
span { border-color: #BFE398; }
span { border-color: rgb(191,227,152); }
td.TdClassName
{
border-color: #BFE398;
}
.TagClassName
{
border-color: #BFE398;
}
</style>