Shades of Reef #BFF593
Tints of Reef #BFF593
RGB
CMYK
RGB Variations
Color information
#BFF593 (or 0xBFF593) is known color: Reef. HEX triplet: BF, F5 and 93. RGB value is (191,245,147). Sum of RGB (Red+Green+Blue) = 191+245+147=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 147 (57.81% from 255 or 25.21% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF593 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF593 is #400A6C. Grayscale: #DADADA. Windows color (decimal): -4196973 or 9696703. OLE color: 9696703.
HSL color Cylindrical-coordinate representation of color #BFF593: hue angle of 93.06º 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 #BFF593 is Cyan = 0.22, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 147 | - |
| CMYK | 0.22 | 0 | 0.4 | 0.04 |
| HSL | 93.06º | 0.83% | 0.77% | - |
| HSV(B) | 93.06º | 0.4% | 0.96% | - |
| XYZ | 59.4 | 78.49 | 39.62 | - |
| YUV | 217.68 | 88.11 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 147 | 0.22 | 0 | 0.4 | 0.04 | 93.06 | 0.83 | 0.77 |
| Hex | BF | F5 | 93 | 16 | 0 | 28 | 4 | 5D | 53 | 4D |
| Octal | 277 | 365 | 223 | 26 | 0 | 50 | 4 | 135 | 123 | 115 |
| Binary | 10111111 | 11110101 | 10010011 | 10110 | 0 | 101000 | 100 | 1011101 | 1010011 | 1001101 |
Color Harmonies of #BFF593
Complementary color
Monochromatic Colors of #BFF593
Black with #BFF593
Text Example
Text Example
White with #BFF593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF593; }
p { color: rgb(191,245,147); }
H1.HeaderClassName
{
color: #BFF593;
}
.AnyTagClassName
{
color: #BFF593;
}
</style>
background-color css
<style>
a { background-color: #BFF593; }
a { background-color: rgb(191,245,147); }
div.DivClassName
{
background-color: #BFF593;
}
.BgClassName
{
background-color: #BFF593;
}
</style>
border-color css
<style>
span { border-color: #BFF593; }
span { border-color: rgb(191,245,147); }
td.TdClassName
{
border-color: #BFF593;
}
.TagClassName
{
border-color: #BFF593;
}
</style>