Shades of Sulu #BAF881
Tints of Sulu #BAF881
RGB
CMYK
RGB Variations
Color information
#BAF881 (or 0xBAF881) is known color: Sulu. HEX triplet: BA, F8 and 81. RGB value is (186,248,129). Sum of RGB (Red+Green+Blue) = 186+248+129=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF881 is #45077E. Grayscale: #D8D8D8. Windows color (decimal): -4523903 or 8517818. OLE color: 8517818.
HSL color Cylindrical-coordinate representation of color #BAF881: hue angle of 91.26º 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 #BAF881 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 129 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.03 |
| HSL | 91.26º | 0.89% | 0.74% | - |
| HSV(B) | 91.26º | 0.48% | 0.97% | - |
| XYZ | 57.78 | 79.16 | 33 | - |
| YUV | 215.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 129 | 0.25 | 0 | 0.48 | 0.03 | 91.26 | 0.89 | 0.74 |
| Hex | BA | F8 | 81 | 19 | 0 | 30 | 3 | 5B | 59 | 4A |
| Octal | 272 | 370 | 201 | 31 | 0 | 60 | 3 | 133 | 131 | 112 |
| Binary | 10111010 | 11111000 | 10000001 | 11001 | 0 | 110000 | 11 | 1011011 | 1011001 | 1001010 |
Color Harmonies of #BAF881
Complementary color
Monochromatic Colors of #BAF881
Black with #BAF881
Text Example
Text Example
White with #BAF881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF881; }
p { color: rgb(186,248,129); }
H1.HeaderClassName
{
color: #BAF881;
}
.AnyTagClassName
{
color: #BAF881;
}
</style>
background-color css
<style>
a { background-color: #BAF881; }
a { background-color: rgb(186,248,129); }
div.DivClassName
{
background-color: #BAF881;
}
.BgClassName
{
background-color: #BAF881;
}
</style>
border-color css
<style>
span { border-color: #BAF881; }
span { border-color: rgb(186,248,129); }
td.TdClassName
{
border-color: #BAF881;
}
.TagClassName
{
border-color: #BAF881;
}
</style>