Shades of Reef #BFF493
Tints of Reef #BFF493
RGB
CMYK
RGB Variations
Color information
#BFF493 (or 0xBFF493) is known color: Reef. HEX triplet: BF, F4 and 93. RGB value is (191,244,147). Sum of RGB (Red+Green+Blue) = 191+244+147=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF493 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF493 is #400B6C. Grayscale: #D9D9D9. Windows color (decimal): -4197229 or 9696447. OLE color: 9696447.
HSL color Cylindrical-coordinate representation of color #BFF493: hue angle of 92.78º degrees, saturation: 0.82, 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 #BFF493 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 147 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.04 |
| HSL | 92.78º | 0.82% | 0.77% | - |
| HSV(B) | 92.78º | 0.4% | 0.96% | - |
| XYZ | 59.1 | 77.88 | 39.52 | - |
| YUV | 217.1 | 88.44 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 147 | 0.22 | 0 | 0.40 | 0.04 | 92.78 | 0.82 | 0.77 |
| Hex | BF | F4 | 93 | 16 | 0 | 28 | 4 | 5D | 52 | 4D |
| Octal | 277 | 364 | 223 | 26 | 0 | 50 | 4 | 135 | 122 | 115 |
| Binary | 10111111 | 11110100 | 10010011 | 10110 | 0 | 101000 | 100 | 1011101 | 1010010 | 1001101 |
Color Harmonies of #BFF493
Complementary color
Monochromatic Colors of #BFF493
Black with #BFF493
Text Example
Text Example
White with #BFF493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF493; }
p { color: rgb(191,244,147); }
H1.HeaderClassName
{
color: #BFF493;
}
.AnyTagClassName
{
color: #BFF493;
}
</style>
background-color css
<style>
a { background-color: #BFF493; }
a { background-color: rgb(191,244,147); }
div.DivClassName
{
background-color: #BFF493;
}
.BgClassName
{
background-color: #BFF493;
}
</style>
border-color css
<style>
span { border-color: #BFF493; }
span { border-color: rgb(191,244,147); }
td.TdClassName
{
border-color: #BFF493;
}
.TagClassName
{
border-color: #BFF493;
}
</style>