Shades of Sulu #BFF77F
Tints of Sulu #BFF77F
RGB
CMYK
RGB Variations
Color information
#BFF77F (or 0xBFF77F) is known color: Sulu. HEX triplet: BF, F7 and 7F. RGB value is (191,247,127). Sum of RGB (Red+Green+Blue) = 191+247+127=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF77F is #400880. Grayscale: #D8D8D8. Windows color (decimal): -4196481 or 8386495. OLE color: 8386495.
HSL color Cylindrical-coordinate representation of color #BFF77F: hue angle of 88º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF77F is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 127 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.03 |
| HSL | 88º | 0.88% | 0.73% | - |
| HSV(B) | 88º | 0.49% | 0.97% | - |
| XYZ | 58.58 | 79.13 | 32.26 | - |
| YUV | 216.58 | 77.45 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 127 | 0.23 | 0 | 0.49 | 0.03 | 88 | 0.88 | 0.73 |
| Hex | BF | F7 | 7F | 17 | 0 | 31 | 3 | 58 | 58 | 49 |
| Octal | 277 | 367 | 177 | 27 | 0 | 61 | 3 | 130 | 130 | 111 |
| Binary | 10111111 | 11110111 | 1111111 | 10111 | 0 | 110001 | 11 | 1011000 | 1011000 | 1001001 |
Color Harmonies of #BFF77F
Complementary color
Monochromatic Colors of #BFF77F
Black with #BFF77F
Text Example
Text Example
White with #BFF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF77F; }
p { color: rgb(191,247,127); }
H1.HeaderClassName
{
color: #BFF77F;
}
.AnyTagClassName
{
color: #BFF77F;
}
</style>
background-color css
<style>
a { background-color: #BFF77F; }
a { background-color: rgb(191,247,127); }
div.DivClassName
{
background-color: #BFF77F;
}
.BgClassName
{
background-color: #BFF77F;
}
</style>
border-color css
<style>
span { border-color: #BFF77F; }
span { border-color: rgb(191,247,127); }
td.TdClassName
{
border-color: #BFF77F;
}
.TagClassName
{
border-color: #BFF77F;
}
</style>