Shades of Reef #BFF193
Tints of Reef #BFF193
RGB
CMYK
RGB Variations
Color information
#BFF193 (or 0xBFF193) is known color: Reef. HEX triplet: BF, F1 and 93. RGB value is (191,241,147). Sum of RGB (Red+Green+Blue) = 191+241+147=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF193 is #400E6C. Grayscale: #D7D7D7. Windows color (decimal): -4197997 or 9695679. OLE color: 9695679.
HSL color Cylindrical-coordinate representation of color #BFF193: hue angle of 91.91º 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 #BFF193 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 147 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.05 |
| HSL | 91.91º | 0.77% | 0.76% | - |
| HSV(B) | 91.91º | 0.39% | 0.95% | - |
| XYZ | 58.21 | 76.09 | 39.22 | - |
| YUV | 215.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 147 | 0.21 | 0 | 0.39 | 0.05 | 91.91 | 0.77 | 0.76 |
| Hex | BF | F1 | 93 | 15 | 0 | 27 | 5 | 5C | 4D | 4C |
| Octal | 277 | 361 | 223 | 25 | 0 | 47 | 5 | 134 | 115 | 114 |
| Binary | 10111111 | 11110001 | 10010011 | 10101 | 0 | 100111 | 101 | 1011100 | 1001101 | 1001100 |
Color Harmonies of #BFF193
Complementary color
Monochromatic Colors of #BFF193
Black with #BFF193
Text Example
Text Example
White with #BFF193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF193; }
p { color: rgb(191,241,147); }
H1.HeaderClassName
{
color: #BFF193;
}
.AnyTagClassName
{
color: #BFF193;
}
</style>
background-color css
<style>
a { background-color: #BFF193; }
a { background-color: rgb(191,241,147); }
div.DivClassName
{
background-color: #BFF193;
}
.BgClassName
{
background-color: #BFF193;
}
</style>
border-color css
<style>
span { border-color: #BFF193; }
span { border-color: rgb(191,241,147); }
td.TdClassName
{
border-color: #BFF193;
}
.TagClassName
{
border-color: #BFF193;
}
</style>