Shades of Sulu #BFF77A
Tints of Sulu #BFF77A
RGB
CMYK
RGB Variations
Color information
#BFF77A (or 0xBFF77A) is known color: Sulu. HEX triplet: BF, F7 and 7A. RGB value is (191,247,122). Sum of RGB (Red+Green+Blue) = 191+247+122=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF77A is #400885. Grayscale: #D8D8D8. Windows color (decimal): -4196486 or 8058815. OLE color: 8058815.
HSL color Cylindrical-coordinate representation of color #BFF77A: hue angle of 86.88º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFF77A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 122 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.03 |
| HSL | 86.88º | 0.89% | 0.72% | - |
| HSV(B) | 86.88º | 0.51% | 0.97% | - |
| XYZ | 58.26 | 79 | 30.59 | - |
| YUV | 216.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 122 | 0.23 | 0 | 0.51 | 0.03 | 86.88 | 0.89 | 0.72 |
| Hex | BF | F7 | 7A | 17 | 0 | 33 | 3 | 57 | 59 | 48 |
| Octal | 277 | 367 | 172 | 27 | 0 | 63 | 3 | 127 | 131 | 110 |
| Binary | 10111111 | 11110111 | 1111010 | 10111 | 0 | 110011 | 11 | 1010111 | 1011001 | 1001000 |
Color Harmonies of #BFF77A
Complementary color
Monochromatic Colors of #BFF77A
Black with #BFF77A
Text Example
Text Example
White with #BFF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF77A; }
p { color: rgb(191,247,122); }
H1.HeaderClassName
{
color: #BFF77A;
}
.AnyTagClassName
{
color: #BFF77A;
}
</style>
background-color css
<style>
a { background-color: #BFF77A; }
a { background-color: rgb(191,247,122); }
div.DivClassName
{
background-color: #BFF77A;
}
.BgClassName
{
background-color: #BFF77A;
}
</style>
border-color css
<style>
span { border-color: #BFF77A; }
span { border-color: rgb(191,247,122); }
td.TdClassName
{
border-color: #BFF77A;
}
.TagClassName
{
border-color: #BFF77A;
}
</style>