Shades of Sulu #BFE983
Tints of Sulu #BFE983
RGB
CMYK
RGB Variations
Color information
#BFE983 (or 0xBFE983) is known color: Sulu. HEX triplet: BF, E9 and 83. RGB value is (191,233,131). Sum of RGB (Red+Green+Blue) = 191+233+131=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 131 (51.56% from 255 or 23.60% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE983 is #40167C. Grayscale: #D1D1D1. Windows color (decimal): -4200061 or 8645055. OLE color: 8645055.
HSL color Cylindrical-coordinate representation of color #BFE983: hue angle of 84.71º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFE983 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 131 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.09 |
| HSL | 84.71º | 0.7% | 0.71% | - |
| HSV(B) | 84.71º | 0.44% | 0.91% | - |
| XYZ | 54.72 | 70.99 | 32.29 | - |
| YUV | 208.81 | 84.09 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 131 | 0.18 | 0 | 0.44 | 0.09 | 84.71 | 0.7 | 0.71 |
| Hex | BF | E9 | 83 | 12 | 0 | 2C | 9 | 55 | 46 | 47 |
| Octal | 277 | 351 | 203 | 22 | 0 | 54 | 11 | 125 | 106 | 107 |
| Binary | 10111111 | 11101001 | 10000011 | 10010 | 0 | 101100 | 1001 | 1010101 | 1000110 | 1000111 |
Color Harmonies of #BFE983
Complementary color
Monochromatic Colors of #BFE983
Black with #BFE983
Text Example
Text Example
White with #BFE983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE983; }
p { color: rgb(191,233,131); }
H1.HeaderClassName
{
color: #BFE983;
}
.AnyTagClassName
{
color: #BFE983;
}
</style>
background-color css
<style>
a { background-color: #BFE983; }
a { background-color: rgb(191,233,131); }
div.DivClassName
{
background-color: #BFE983;
}
.BgClassName
{
background-color: #BFE983;
}
</style>
border-color css
<style>
span { border-color: #BFE983; }
span { border-color: rgb(191,233,131); }
td.TdClassName
{
border-color: #BFE983;
}
.TagClassName
{
border-color: #BFE983;
}
</style>