Shades of Reef #BFF298
Tints of Reef #BFF298
RGB
CMYK
RGB Variations
Color information
#BFF298 (or 0xBFF298) is known color: Reef. HEX triplet: BF, F2 and 98. RGB value is (191,242,152). Sum of RGB (Red+Green+Blue) = 191+242+152=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF298 is #400D67. Grayscale: #D8D8D8. Windows color (decimal): -4197736 or 10023615. OLE color: 10023615.
HSL color Cylindrical-coordinate representation of color #BFF298: hue angle of 94º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFF298 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 152 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.05 |
| HSL | 94º | 0.78% | 0.77% | - |
| HSV(B) | 94º | 0.37% | 0.95% | - |
| XYZ | 58.91 | 76.85 | 41.43 | - |
| YUV | 216.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 152 | 0.21 | 0 | 0.37 | 0.05 | 94 | 0.78 | 0.77 |
| Hex | BF | F2 | 98 | 15 | 0 | 25 | 5 | 5E | 4E | 4D |
| Octal | 277 | 362 | 230 | 25 | 0 | 45 | 5 | 136 | 116 | 115 |
| Binary | 10111111 | 11110010 | 10011000 | 10101 | 0 | 100101 | 101 | 1011110 | 1001110 | 1001101 |
Color Harmonies of #BFF298
Complementary color
Monochromatic Colors of #BFF298
Black with #BFF298
Text Example
Text Example
White with #BFF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF298; }
p { color: rgb(191,242,152); }
H1.HeaderClassName
{
color: #BFF298;
}
.AnyTagClassName
{
color: #BFF298;
}
</style>
background-color css
<style>
a { background-color: #BFF298; }
a { background-color: rgb(191,242,152); }
div.DivClassName
{
background-color: #BFF298;
}
.BgClassName
{
background-color: #BFF298;
}
</style>
border-color css
<style>
span { border-color: #BFF298; }
span { border-color: rgb(191,242,152); }
td.TdClassName
{
border-color: #BFF298;
}
.TagClassName
{
border-color: #BFF298;
}
</style>