Shades of Sulu #BFFC77
Tints of Sulu #BFFC77
RGB
CMYK
RGB Variations
Color information
#BFFC77 (or 0xBFFC77) is known color: Sulu. HEX triplet: BF, FC and 77. RGB value is (191,252,119). Sum of RGB (Red+Green+Blue) = 191+252+119=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC77 is #400388. Grayscale: #DBDBDB. Windows color (decimal): -4195209 or 7863487. OLE color: 7863487.
HSL color Cylindrical-coordinate representation of color #BFFC77: hue angle of 87.52º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFFC77 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 119 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.01 |
| HSL | 87.52º | 0.96% | 0.73% | - |
| HSV(B) | 87.52º | 0.53% | 0.99% | - |
| XYZ | 59.63 | 82.03 | 30.14 | - |
| YUV | 218.6 | 71.79 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 119 | 0.24 | 0 | 0.53 | 0.01 | 87.52 | 0.96 | 0.73 |
| Hex | BF | FC | 77 | 18 | 0 | 35 | 1 | 58 | 60 | 49 |
| Octal | 277 | 374 | 167 | 30 | 0 | 65 | 1 | 130 | 140 | 111 |
| Binary | 10111111 | 11111100 | 1110111 | 11000 | 0 | 110101 | 1 | 1011000 | 1100000 | 1001001 |
Color Harmonies of #BFFC77
Complementary color
Monochromatic Colors of #BFFC77
Black with #BFFC77
Text Example
Text Example
White with #BFFC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC77; }
p { color: rgb(191,252,119); }
H1.HeaderClassName
{
color: #BFFC77;
}
.AnyTagClassName
{
color: #BFFC77;
}
</style>
background-color css
<style>
a { background-color: #BFFC77; }
a { background-color: rgb(191,252,119); }
div.DivClassName
{
background-color: #BFFC77;
}
.BgClassName
{
background-color: #BFFC77;
}
</style>
border-color css
<style>
span { border-color: #BFFC77; }
span { border-color: rgb(191,252,119); }
td.TdClassName
{
border-color: #BFFC77;
}
.TagClassName
{
border-color: #BFFC77;
}
</style>