Shades of Sulu #BFE081
Tints of Sulu #BFE081
RGB
CMYK
RGB Variations
Color information
#BFE081 (or 0xBFE081) is known color: Sulu. HEX triplet: BF, E0 and 81. RGB value is (191,224,129). Sum of RGB (Red+Green+Blue) = 191+224+129=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE081 is #401F7E. Grayscale: #CBCBCB. Windows color (decimal): -4202367 or 8511679. OLE color: 8511679.
HSL color Cylindrical-coordinate representation of color #BFE081: hue angle of 80.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE081 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 129 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.12 |
| HSL | 80.84º | 0.61% | 0.69% | - |
| HSV(B) | 80.84º | 0.42% | 0.88% | - |
| XYZ | 52.1 | 65.97 | 30.76 | - |
| YUV | 203.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 129 | 0.15 | 0 | 0.42 | 0.12 | 80.84 | 0.61 | 0.69 |
| Hex | BF | E0 | 81 | F | 0 | 2A | C | 51 | 3D | 45 |
| Octal | 277 | 340 | 201 | 17 | 0 | 52 | 14 | 121 | 75 | 105 |
| Binary | 10111111 | 11100000 | 10000001 | 1111 | 0 | 101010 | 1100 | 1010001 | 111101 | 1000101 |
Color Harmonies of #BFE081
Complementary color
Monochromatic Colors of #BFE081
Black with #BFE081
Text Example
Text Example
White with #BFE081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE081; }
p { color: rgb(191,224,129); }
H1.HeaderClassName
{
color: #BFE081;
}
.AnyTagClassName
{
color: #BFE081;
}
</style>
background-color css
<style>
a { background-color: #BFE081; }
a { background-color: rgb(191,224,129); }
div.DivClassName
{
background-color: #BFE081;
}
.BgClassName
{
background-color: #BFE081;
}
</style>
border-color css
<style>
span { border-color: #BFE081; }
span { border-color: rgb(191,224,129); }
td.TdClassName
{
border-color: #BFE081;
}
.TagClassName
{
border-color: #BFE081;
}
</style>