Shades of Reef #BFF392
Tints of Reef #BFF392
RGB
CMYK
RGB Variations
Color information
#BFF392 (or 0xBFF392) is known color: Reef. HEX triplet: BF, F3 and 92. RGB value is (191,243,146). Sum of RGB (Red+Green+Blue) = 191+243+146=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF392 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF392 is #400C6D. Grayscale: #D8D8D8. Windows color (decimal): -4197486 or 9630655. OLE color: 9630655.
HSL color Cylindrical-coordinate representation of color #BFF392: hue angle of 92.16º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF392 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 146 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.05 |
| HSL | 92.16º | 0.8% | 0.76% | - |
| HSV(B) | 92.16º | 0.4% | 0.95% | - |
| XYZ | 58.72 | 77.25 | 39.01 | - |
| YUV | 216.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 146 | 0.21 | 0 | 0.40 | 0.05 | 92.16 | 0.8 | 0.76 |
| Hex | BF | F3 | 92 | 15 | 0 | 28 | 5 | 5C | 50 | 4C |
| Octal | 277 | 363 | 222 | 25 | 0 | 50 | 5 | 134 | 120 | 114 |
| Binary | 10111111 | 11110011 | 10010010 | 10101 | 0 | 101000 | 101 | 1011100 | 1010000 | 1001100 |
Color Harmonies of #BFF392
Complementary color
Monochromatic Colors of #BFF392
Black with #BFF392
Text Example
Text Example
White with #BFF392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF392; }
p { color: rgb(191,243,146); }
H1.HeaderClassName
{
color: #BFF392;
}
.AnyTagClassName
{
color: #BFF392;
}
</style>
background-color css
<style>
a { background-color: #BFF392; }
a { background-color: rgb(191,243,146); }
div.DivClassName
{
background-color: #BFF392;
}
.BgClassName
{
background-color: #BFF392;
}
</style>
border-color css
<style>
span { border-color: #BFF392; }
span { border-color: rgb(191,243,146); }
td.TdClassName
{
border-color: #BFF392;
}
.TagClassName
{
border-color: #BFF392;
}
</style>