Shades of Reef #BFF599
Tints of Reef #BFF599
RGB
CMYK
RGB Variations
Color information
#BFF599 (or 0xBFF599) is known color: Reef. HEX triplet: BF, F5 and 99. RGB value is (191,245,153). Sum of RGB (Red+Green+Blue) = 191+245+153=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF599 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF599 is #400A66. Grayscale: #DADADA. Windows color (decimal): -4196967 or 10089919. OLE color: 10089919.
HSL color Cylindrical-coordinate representation of color #BFF599: hue angle of 95.22º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF599 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 153 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.04 |
| HSL | 95.22º | 0.82% | 0.78% | - |
| HSV(B) | 95.22º | 0.38% | 0.96% | - |
| XYZ | 59.89 | 78.68 | 42.17 | - |
| YUV | 218.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 153 | 0.22 | 0 | 0.38 | 0.04 | 95.22 | 0.82 | 0.78 |
| Hex | BF | F5 | 99 | 16 | 0 | 26 | 4 | 5F | 52 | 4E |
| Octal | 277 | 365 | 231 | 26 | 0 | 46 | 4 | 137 | 122 | 116 |
| Binary | 10111111 | 11110101 | 10011001 | 10110 | 0 | 100110 | 100 | 1011111 | 1010010 | 1001110 |
Color Harmonies of #BFF599
Complementary color
Monochromatic Colors of #BFF599
Black with #BFF599
Text Example
Text Example
White with #BFF599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF599; }
p { color: rgb(191,245,153); }
H1.HeaderClassName
{
color: #BFF599;
}
.AnyTagClassName
{
color: #BFF599;
}
</style>
background-color css
<style>
a { background-color: #BFF599; }
a { background-color: rgb(191,245,153); }
div.DivClassName
{
background-color: #BFF599;
}
.BgClassName
{
background-color: #BFF599;
}
</style>
border-color css
<style>
span { border-color: #BFF599; }
span { border-color: rgb(191,245,153); }
td.TdClassName
{
border-color: #BFF599;
}
.TagClassName
{
border-color: #BFF599;
}
</style>