Shades of Reef #BFF194
Tints of Reef #BFF194
RGB
CMYK
RGB Variations
Color information
#BFF194 (or 0xBFF194) is known color: Reef. HEX triplet: BF, F1 and 94. RGB value is (191,241,148). Sum of RGB (Red+Green+Blue) = 191+241+148=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF194 is #400E6B. Grayscale: #D7D7D7. Windows color (decimal): -4197996 or 9761215. OLE color: 9761215.
HSL color Cylindrical-coordinate representation of color #BFF194: hue angle of 92.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF194 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 148 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.05 |
| HSL | 92.26º | 0.77% | 0.76% | - |
| HSV(B) | 92.26º | 0.39% | 0.95% | - |
| XYZ | 58.29 | 76.13 | 39.64 | - |
| YUV | 215.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 148 | 0.21 | 0 | 0.39 | 0.05 | 92.26 | 0.77 | 0.76 |
| Hex | BF | F1 | 94 | 15 | 0 | 27 | 5 | 5C | 4D | 4C |
| Octal | 277 | 361 | 224 | 25 | 0 | 47 | 5 | 134 | 115 | 114 |
| Binary | 10111111 | 11110001 | 10010100 | 10101 | 0 | 100111 | 101 | 1011100 | 1001101 | 1001100 |
Color Harmonies of #BFF194
Complementary color
Monochromatic Colors of #BFF194
Black with #BFF194
Text Example
Text Example
White with #BFF194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF194; }
p { color: rgb(191,241,148); }
H1.HeaderClassName
{
color: #BFF194;
}
.AnyTagClassName
{
color: #BFF194;
}
</style>
background-color css
<style>
a { background-color: #BFF194; }
a { background-color: rgb(191,241,148); }
div.DivClassName
{
background-color: #BFF194;
}
.BgClassName
{
background-color: #BFF194;
}
</style>
border-color css
<style>
span { border-color: #BFF194; }
span { border-color: rgb(191,241,148); }
td.TdClassName
{
border-color: #BFF194;
}
.TagClassName
{
border-color: #BFF194;
}
</style>