Shades of Reef #BFF594
Tints of Reef #BFF594
RGB
CMYK
RGB Variations
Color information
#BFF594 (or 0xBFF594) is known color: Reef. HEX triplet: BF, F5 and 94. RGB value is (191,245,148). Sum of RGB (Red+Green+Blue) = 191+245+148=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF594 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF594 is #400A6B. Grayscale: #DADADA. Windows color (decimal): -4196972 or 9762239. OLE color: 9762239.
HSL color Cylindrical-coordinate representation of color #BFF594: hue angle of 93.4º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF594 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 148 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.04 |
| HSL | 93.4º | 0.83% | 0.77% | - |
| HSV(B) | 93.4º | 0.4% | 0.96% | - |
| XYZ | 59.48 | 78.52 | 40.04 | - |
| YUV | 217.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 148 | 0.22 | 0 | 0.40 | 0.04 | 93.4 | 0.83 | 0.77 |
| Hex | BF | F5 | 94 | 16 | 0 | 28 | 4 | 5D | 53 | 4D |
| Octal | 277 | 365 | 224 | 26 | 0 | 50 | 4 | 135 | 123 | 115 |
| Binary | 10111111 | 11110101 | 10010100 | 10110 | 0 | 101000 | 100 | 1011101 | 1010011 | 1001101 |
Color Harmonies of #BFF594
Complementary color
Monochromatic Colors of #BFF594
Black with #BFF594
Text Example
Text Example
White with #BFF594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF594; }
p { color: rgb(191,245,148); }
H1.HeaderClassName
{
color: #BFF594;
}
.AnyTagClassName
{
color: #BFF594;
}
</style>
background-color css
<style>
a { background-color: #BFF594; }
a { background-color: rgb(191,245,148); }
div.DivClassName
{
background-color: #BFF594;
}
.BgClassName
{
background-color: #BFF594;
}
</style>
border-color css
<style>
span { border-color: #BFF594; }
span { border-color: rgb(191,245,148); }
td.TdClassName
{
border-color: #BFF594;
}
.TagClassName
{
border-color: #BFF594;
}
</style>