Shades of Sulu #BFEC80
Tints of Sulu #BFEC80
RGB
CMYK
RGB Variations
Color information
#BFEC80 (or 0xBFEC80) is known color: Sulu. HEX triplet: BF, EC and 80. RGB value is (191,236,128). Sum of RGB (Red+Green+Blue) = 191+236+128=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC80 is #40137F. Grayscale: #D2D2D2. Windows color (decimal): -4199296 or 8449215. OLE color: 8449215.
HSL color Cylindrical-coordinate representation of color #BFEC80: hue angle of 85º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFEC80 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 128 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.07 |
| HSL | 85º | 0.74% | 0.71% | - |
| HSV(B) | 85º | 0.46% | 0.93% | - |
| XYZ | 55.38 | 72.63 | 31.52 | - |
| YUV | 210.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 128 | 0.19 | 0 | 0.46 | 0.07 | 85 | 0.74 | 0.71 |
| Hex | BF | EC | 80 | 13 | 0 | 2E | 7 | 55 | 4A | 47 |
| Octal | 277 | 354 | 200 | 23 | 0 | 56 | 7 | 125 | 112 | 107 |
| Binary | 10111111 | 11101100 | 10000000 | 10011 | 0 | 101110 | 111 | 1010101 | 1001010 | 1000111 |
Color Harmonies of #BFEC80
Complementary color
Monochromatic Colors of #BFEC80
Black with #BFEC80
Text Example
Text Example
White with #BFEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC80; }
p { color: rgb(191,236,128); }
H1.HeaderClassName
{
color: #BFEC80;
}
.AnyTagClassName
{
color: #BFEC80;
}
</style>
background-color css
<style>
a { background-color: #BFEC80; }
a { background-color: rgb(191,236,128); }
div.DivClassName
{
background-color: #BFEC80;
}
.BgClassName
{
background-color: #BFEC80;
}
</style>
border-color css
<style>
span { border-color: #BFEC80; }
span { border-color: rgb(191,236,128); }
td.TdClassName
{
border-color: #BFEC80;
}
.TagClassName
{
border-color: #BFEC80;
}
</style>