Shades of Reef #BFF396
Tints of Reef #BFF396
RGB
CMYK
RGB Variations
Color information
#BFF396 (or 0xBFF396) is known color: Reef. HEX triplet: BF, F3 and 96. RGB value is (191,243,150). Sum of RGB (Red+Green+Blue) = 191+243+150=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF396 is #400C69. Grayscale: #D9D9D9. Windows color (decimal): -4197482 or 9892799. OLE color: 9892799.
HSL color Cylindrical-coordinate representation of color #BFF396: hue angle of 93.55º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF396 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 150 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.05 |
| HSL | 93.55º | 0.79% | 0.77% | - |
| HSV(B) | 93.55º | 0.38% | 0.95% | - |
| XYZ | 59.04 | 77.38 | 40.68 | - |
| YUV | 216.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 150 | 0.21 | 0 | 0.38 | 0.05 | 93.55 | 0.79 | 0.77 |
| Hex | BF | F3 | 96 | 15 | 0 | 26 | 5 | 5E | 4F | 4D |
| Octal | 277 | 363 | 226 | 25 | 0 | 46 | 5 | 136 | 117 | 115 |
| Binary | 10111111 | 11110011 | 10010110 | 10101 | 0 | 100110 | 101 | 1011110 | 1001111 | 1001101 |
Color Harmonies of #BFF396
Complementary color
Monochromatic Colors of #BFF396
Black with #BFF396
Text Example
Text Example
White with #BFF396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF396; }
p { color: rgb(191,243,150); }
H1.HeaderClassName
{
color: #BFF396;
}
.AnyTagClassName
{
color: #BFF396;
}
</style>
background-color css
<style>
a { background-color: #BFF396; }
a { background-color: rgb(191,243,150); }
div.DivClassName
{
background-color: #BFF396;
}
.BgClassName
{
background-color: #BFF396;
}
</style>
border-color css
<style>
span { border-color: #BFF396; }
span { border-color: rgb(191,243,150); }
td.TdClassName
{
border-color: #BFF396;
}
.TagClassName
{
border-color: #BFF396;
}
</style>