Shades of Sulu #BFFB80
Tints of Sulu #BFFB80
RGB
CMYK
RGB Variations
Color information
#BFFB80 (or 0xBFFB80) is known color: Sulu. HEX triplet: BF, FB and 80. RGB value is (191,251,128). Sum of RGB (Red+Green+Blue) = 191+251+128=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB80 is #40047F. Grayscale: #DBDBDB. Windows color (decimal): -4195456 or 8453055. OLE color: 8453055.
HSL color Cylindrical-coordinate representation of color #BFFB80: hue angle of 89.27º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFFB80 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 128 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.02 |
| HSL | 89.27º | 0.94% | 0.74% | - |
| HSV(B) | 89.27º | 0.49% | 0.98% | - |
| XYZ | 59.88 | 81.63 | 33.02 | - |
| YUV | 219.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 128 | 0.24 | 0 | 0.49 | 0.02 | 89.27 | 0.94 | 0.74 |
| Hex | BF | FB | 80 | 18 | 0 | 31 | 2 | 59 | 5E | 4A |
| Octal | 277 | 373 | 200 | 30 | 0 | 61 | 2 | 131 | 136 | 112 |
| Binary | 10111111 | 11111011 | 10000000 | 11000 | 0 | 110001 | 10 | 1011001 | 1011110 | 1001010 |
Color Harmonies of #BFFB80
Complementary color
Monochromatic Colors of #BFFB80
Black with #BFFB80
Text Example
Text Example
White with #BFFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFB80; }
p { color: rgb(191,251,128); }
H1.HeaderClassName
{
color: #BFFB80;
}
.AnyTagClassName
{
color: #BFFB80;
}
</style>
background-color css
<style>
a { background-color: #BFFB80; }
a { background-color: rgb(191,251,128); }
div.DivClassName
{
background-color: #BFFB80;
}
.BgClassName
{
background-color: #BFFB80;
}
</style>
border-color css
<style>
span { border-color: #BFFB80; }
span { border-color: rgb(191,251,128); }
td.TdClassName
{
border-color: #BFFB80;
}
.TagClassName
{
border-color: #BFFB80;
}
</style>