Shades of Sulu #BFF881
Tints of Sulu #BFF881
RGB
CMYK
RGB Variations
Color information
#BFF881 (or 0xBFF881) is known color: Sulu. HEX triplet: BF, F8 and 81. RGB value is (191,248,129). Sum of RGB (Red+Green+Blue) = 191+248+129=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF881 is #40077E. Grayscale: #D9D9D9. Windows color (decimal): -4196223 or 8517823. OLE color: 8517823.
HSL color Cylindrical-coordinate representation of color #BFF881: hue angle of 88.74º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFF881 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 129 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.03 |
| HSL | 88.74º | 0.89% | 0.74% | - |
| HSV(B) | 88.74º | 0.48% | 0.97% | - |
| XYZ | 59.02 | 79.8 | 33.06 | - |
| YUV | 217.39 | 78.12 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 129 | 0.23 | 0 | 0.48 | 0.03 | 88.74 | 0.89 | 0.74 |
| Hex | BF | F8 | 81 | 17 | 0 | 30 | 3 | 59 | 59 | 4A |
| Octal | 277 | 370 | 201 | 27 | 0 | 60 | 3 | 131 | 131 | 112 |
| Binary | 10111111 | 11111000 | 10000001 | 10111 | 0 | 110000 | 11 | 1011001 | 1011001 | 1001010 |
Color Harmonies of #BFF881
Complementary color
Monochromatic Colors of #BFF881
Black with #BFF881
Text Example
Text Example
White with #BFF881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF881; }
p { color: rgb(191,248,129); }
H1.HeaderClassName
{
color: #BFF881;
}
.AnyTagClassName
{
color: #BFF881;
}
</style>
background-color css
<style>
a { background-color: #BFF881; }
a { background-color: rgb(191,248,129); }
div.DivClassName
{
background-color: #BFF881;
}
.BgClassName
{
background-color: #BFF881;
}
</style>
border-color css
<style>
span { border-color: #BFF881; }
span { border-color: rgb(191,248,129); }
td.TdClassName
{
border-color: #BFF881;
}
.TagClassName
{
border-color: #BFF881;
}
</style>