Shades of Sulu #BFEC91
Tints of Sulu #BFEC91
RGB
CMYK
RGB Variations
Color information
#BFEC91 (or 0xBFEC91) is known color: Sulu. HEX triplet: BF, EC and 91. RGB value is (191,236,145). Sum of RGB (Red+Green+Blue) = 191+236+145=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC91 is #40136E. Grayscale: #D4D4D4. Windows color (decimal): -4199279 or 9563327. OLE color: 9563327.
HSL color Cylindrical-coordinate representation of color #BFEC91: hue angle of 89.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFEC91 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 145 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.07 |
| HSL | 89.67º | 0.71% | 0.75% | - |
| HSV(B) | 89.67º | 0.39% | 0.93% | - |
| XYZ | 56.59 | 73.11 | 37.92 | - |
| YUV | 212.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 145 | 0.19 | 0 | 0.39 | 0.07 | 89.67 | 0.71 | 0.75 |
| Hex | BF | EC | 91 | 13 | 0 | 27 | 7 | 5A | 47 | 4B |
| Octal | 277 | 354 | 221 | 23 | 0 | 47 | 7 | 132 | 107 | 113 |
| Binary | 10111111 | 11101100 | 10010001 | 10011 | 0 | 100111 | 111 | 1011010 | 1000111 | 1001011 |
Color Harmonies of #BFEC91
Complementary color
Monochromatic Colors of #BFEC91
Black with #BFEC91
Text Example
Text Example
White with #BFEC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC91; }
p { color: rgb(191,236,145); }
H1.HeaderClassName
{
color: #BFEC91;
}
.AnyTagClassName
{
color: #BFEC91;
}
</style>
background-color css
<style>
a { background-color: #BFEC91; }
a { background-color: rgb(191,236,145); }
div.DivClassName
{
background-color: #BFEC91;
}
.BgClassName
{
background-color: #BFEC91;
}
</style>
border-color css
<style>
span { border-color: #BFEC91; }
span { border-color: rgb(191,236,145); }
td.TdClassName
{
border-color: #BFEC91;
}
.TagClassName
{
border-color: #BFEC91;
}
</style>