Shades of Sulu #BFEB80
Tints of Sulu #BFEB80
RGB
CMYK
RGB Variations
Color information
#BFEB80 (or 0xBFEB80) is known color: Sulu. HEX triplet: BF, EB and 80. RGB value is (191,235,128). Sum of RGB (Red+Green+Blue) = 191+235+128=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB80 is #40147F. Grayscale: #D2D2D2. Windows color (decimal): -4199552 or 8448959. OLE color: 8448959.
HSL color Cylindrical-coordinate representation of color #BFEB80: hue angle of 84.67º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFEB80 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 128 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.08 |
| HSL | 84.67º | 0.73% | 0.71% | - |
| HSV(B) | 84.67º | 0.46% | 0.92% | - |
| XYZ | 55.09 | 72.05 | 31.43 | - |
| YUV | 209.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 128 | 0.19 | 0 | 0.46 | 0.08 | 84.67 | 0.73 | 0.71 |
| Hex | BF | EB | 80 | 13 | 0 | 2E | 8 | 55 | 49 | 47 |
| Octal | 277 | 353 | 200 | 23 | 0 | 56 | 10 | 125 | 111 | 107 |
| Binary | 10111111 | 11101011 | 10000000 | 10011 | 0 | 101110 | 1000 | 1010101 | 1001001 | 1000111 |
Color Harmonies of #BFEB80
Complementary color
Monochromatic Colors of #BFEB80
Black with #BFEB80
Text Example
Text Example
White with #BFEB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB80; }
p { color: rgb(191,235,128); }
H1.HeaderClassName
{
color: #BFEB80;
}
.AnyTagClassName
{
color: #BFEB80;
}
</style>
background-color css
<style>
a { background-color: #BFEB80; }
a { background-color: rgb(191,235,128); }
div.DivClassName
{
background-color: #BFEB80;
}
.BgClassName
{
background-color: #BFEB80;
}
</style>
border-color css
<style>
span { border-color: #BFEB80; }
span { border-color: rgb(191,235,128); }
td.TdClassName
{
border-color: #BFEB80;
}
.TagClassName
{
border-color: #BFEB80;
}
</style>