Shades of Sulu #BFF77B
Tints of Sulu #BFF77B
RGB
CMYK
RGB Variations
Color information
#BFF77B (or 0xBFF77B) is known color: Sulu. HEX triplet: BF, F7 and 7B. RGB value is (191,247,123). Sum of RGB (Red+Green+Blue) = 191+247+123=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF77B is #400884. Grayscale: #D8D8D8. Windows color (decimal): -4196485 or 8124351. OLE color: 8124351.
HSL color Cylindrical-coordinate representation of color #BFF77B: hue angle of 87.1º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFF77B is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 123 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.03 |
| HSL | 87.1º | 0.89% | 0.73% | - |
| HSV(B) | 87.1º | 0.5% | 0.97% | - |
| XYZ | 58.32 | 79.03 | 30.92 | - |
| YUV | 216.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 123 | 0.23 | 0 | 0.50 | 0.03 | 87.1 | 0.89 | 0.73 |
| Hex | BF | F7 | 7B | 17 | 0 | 32 | 3 | 57 | 59 | 49 |
| Octal | 277 | 367 | 173 | 27 | 0 | 62 | 3 | 127 | 131 | 111 |
| Binary | 10111111 | 11110111 | 1111011 | 10111 | 0 | 110010 | 11 | 1010111 | 1011001 | 1001001 |
Color Harmonies of #BFF77B
Complementary color
Monochromatic Colors of #BFF77B
Black with #BFF77B
Text Example
Text Example
White with #BFF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF77B; }
p { color: rgb(191,247,123); }
H1.HeaderClassName
{
color: #BFF77B;
}
.AnyTagClassName
{
color: #BFF77B;
}
</style>
background-color css
<style>
a { background-color: #BFF77B; }
a { background-color: rgb(191,247,123); }
div.DivClassName
{
background-color: #BFF77B;
}
.BgClassName
{
background-color: #BFF77B;
}
</style>
border-color css
<style>
span { border-color: #BFF77B; }
span { border-color: rgb(191,247,123); }
td.TdClassName
{
border-color: #BFF77B;
}
.TagClassName
{
border-color: #BFF77B;
}
</style>