Shades of Sulu #BFEB81
Tints of Sulu #BFEB81
RGB
CMYK
RGB Variations
Color information
#BFEB81 (or 0xBFEB81) is known color: Sulu. HEX triplet: BF, EB and 81. RGB value is (191,235,129). Sum of RGB (Red+Green+Blue) = 191+235+129=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB81 is #40147E. Grayscale: #D2D2D2. Windows color (decimal): -4199551 or 8514495. OLE color: 8514495.
HSL color Cylindrical-coordinate representation of color #BFEB81: hue angle of 84.91º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFEB81 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 129 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.08 |
| HSL | 84.91º | 0.73% | 0.71% | - |
| HSV(B) | 84.91º | 0.45% | 0.92% | - |
| XYZ | 55.16 | 72.08 | 31.77 | - |
| YUV | 209.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 129 | 0.19 | 0 | 0.45 | 0.08 | 84.91 | 0.73 | 0.71 |
| Hex | BF | EB | 81 | 13 | 0 | 2D | 8 | 55 | 49 | 47 |
| Octal | 277 | 353 | 201 | 23 | 0 | 55 | 10 | 125 | 111 | 107 |
| Binary | 10111111 | 11101011 | 10000001 | 10011 | 0 | 101101 | 1000 | 1010101 | 1001001 | 1000111 |
Color Harmonies of #BFEB81
Complementary color
Monochromatic Colors of #BFEB81
Black with #BFEB81
Text Example
Text Example
White with #BFEB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB81; }
p { color: rgb(191,235,129); }
H1.HeaderClassName
{
color: #BFEB81;
}
.AnyTagClassName
{
color: #BFEB81;
}
</style>
background-color css
<style>
a { background-color: #BFEB81; }
a { background-color: rgb(191,235,129); }
div.DivClassName
{
background-color: #BFEB81;
}
.BgClassName
{
background-color: #BFEB81;
}
</style>
border-color css
<style>
span { border-color: #BFEB81; }
span { border-color: rgb(191,235,129); }
td.TdClassName
{
border-color: #BFEB81;
}
.TagClassName
{
border-color: #BFEB81;
}
</style>