Shades of Sulu #BFFF77
Tints of Sulu #BFFF77
RGB
CMYK
RGB Variations
Color information
#BFFF77 (or 0xBFFF77) is known color: Sulu. HEX triplet: BF, FF and 77. RGB value is (191,255,119). Sum of RGB (Red+Green+Blue) = 191+255+119=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF77 is #400088. Grayscale: #DCDCDC. Windows color (decimal): -4194441 or 7864255. OLE color: 7864255.
HSL color Cylindrical-coordinate representation of color #BFFF77: hue angle of 88.24º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFFF77 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 119 | - |
| CMYK | 0.25 | 0 | 0.53 | 0 |
| HSL | 88.24º | 1% | 0.73% | - |
| HSV(B) | 88.24º | 0.53% | 1% | - |
| XYZ | 60.58 | 83.93 | 30.46 | - |
| YUV | 220.36 | 70.8 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 119 | 0.25 | 0 | 0.53 | 0 | 88.24 | 1 | 0.73 |
| Hex | BF | FF | 77 | 19 | 0 | 35 | 0 | 58 | 64 | 49 |
| Octal | 277 | 377 | 167 | 31 | 0 | 65 | 0 | 130 | 144 | 111 |
| Binary | 10111111 | 11111111 | 1110111 | 11001 | 0 | 110101 | 0 | 1011000 | 1100100 | 1001001 |
Color Harmonies of #BFFF77
Complementary color
Monochromatic Colors of #BFFF77
Black with #BFFF77
Text Example
Text Example
White with #BFFF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF77; }
p { color: rgb(191,255,119); }
H1.HeaderClassName
{
color: #BFFF77;
}
.AnyTagClassName
{
color: #BFFF77;
}
</style>
background-color css
<style>
a { background-color: #BFFF77; }
a { background-color: rgb(191,255,119); }
div.DivClassName
{
background-color: #BFFF77;
}
.BgClassName
{
background-color: #BFFF77;
}
</style>
border-color css
<style>
span { border-color: #BFFF77; }
span { border-color: rgb(191,255,119); }
td.TdClassName
{
border-color: #BFFF77;
}
.TagClassName
{
border-color: #BFFF77;
}
</style>