Shades of Sulu #BFFE77
Tints of Sulu #BFFE77
RGB
CMYK
RGB Variations
Color information
#BFFE77 (or 0xBFFE77) is known color: Sulu. HEX triplet: BF, FE and 77. RGB value is (191,254,119). Sum of RGB (Red+Green+Blue) = 191+254+119=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE77 is #400188. Grayscale: #DCDCDC. Windows color (decimal): -4194697 or 7863999. OLE color: 7863999.
HSL color Cylindrical-coordinate representation of color #BFFE77: hue angle of 88º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFFE77 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 119 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.00 |
| HSL | 88º | 0.99% | 0.73% | - |
| HSV(B) | 88º | 0.53% | 1% | - |
| XYZ | 60.26 | 83.29 | 30.35 | - |
| YUV | 219.77 | 71.13 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 119 | 0.25 | 0 | 0.53 | 0.00 | 88 | 0.99 | 0.73 |
| Hex | BF | FE | 77 | 19 | 0 | 35 | 0 | 58 | 63 | 49 |
| Octal | 277 | 376 | 167 | 31 | 0 | 65 | 0 | 130 | 143 | 111 |
| Binary | 10111111 | 11111110 | 1110111 | 11001 | 0 | 110101 | 0 | 1011000 | 1100011 | 1001001 |
Color Harmonies of #BFFE77
Complementary color
Monochromatic Colors of #BFFE77
Black with #BFFE77
Text Example
Text Example
White with #BFFE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE77; }
p { color: rgb(191,254,119); }
H1.HeaderClassName
{
color: #BFFE77;
}
.AnyTagClassName
{
color: #BFFE77;
}
</style>
background-color css
<style>
a { background-color: #BFFE77; }
a { background-color: rgb(191,254,119); }
div.DivClassName
{
background-color: #BFFE77;
}
.BgClassName
{
background-color: #BFFE77;
}
</style>
border-color css
<style>
span { border-color: #BFFE77; }
span { border-color: rgb(191,254,119); }
td.TdClassName
{
border-color: #BFFE77;
}
.TagClassName
{
border-color: #BFFE77;
}
</style>