Shades of Sulu #BAF880
Tints of Sulu #BAF880
RGB
CMYK
RGB Variations
Color information
#BAF880 (or 0xBAF880) is known color: Sulu. HEX triplet: BA, F8 and 80. RGB value is (186,248,128). Sum of RGB (Red+Green+Blue) = 186+248+128=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF880 is #45077F. Grayscale: #D8D8D8. Windows color (decimal): -4523904 or 8452282. OLE color: 8452282.
HSL color Cylindrical-coordinate representation of color #BAF880: hue angle of 91º degrees, saturation: 0.9, 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 #BAF880 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 128 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.03 |
| HSL | 91º | 0.9% | 0.74% | - |
| HSV(B) | 91º | 0.48% | 0.97% | - |
| XYZ | 57.71 | 79.13 | 32.65 | - |
| YUV | 215.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 128 | 0.25 | 0 | 0.48 | 0.03 | 91 | 0.9 | 0.74 |
| Hex | BA | F8 | 80 | 19 | 0 | 30 | 3 | 5B | 5A | 4A |
| Octal | 272 | 370 | 200 | 31 | 0 | 60 | 3 | 133 | 132 | 112 |
| Binary | 10111010 | 11111000 | 10000000 | 11001 | 0 | 110000 | 11 | 1011011 | 1011010 | 1001010 |
Color Harmonies of #BAF880
Complementary color
Monochromatic Colors of #BAF880
Black with #BAF880
Text Example
Text Example
White with #BAF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF880; }
p { color: rgb(186,248,128); }
H1.HeaderClassName
{
color: #BAF880;
}
.AnyTagClassName
{
color: #BAF880;
}
</style>
background-color css
<style>
a { background-color: #BAF880; }
a { background-color: rgb(186,248,128); }
div.DivClassName
{
background-color: #BAF880;
}
.BgClassName
{
background-color: #BAF880;
}
</style>
border-color css
<style>
span { border-color: #BAF880; }
span { border-color: rgb(186,248,128); }
td.TdClassName
{
border-color: #BAF880;
}
.TagClassName
{
border-color: #BAF880;
}
</style>