Shades of Sulu #BAF87A
Tints of Sulu #BAF87A
RGB
CMYK
RGB Variations
Color information
#BAF87A (or 0xBAF87A) is known color: Sulu. HEX triplet: BA, F8 and 7A. RGB value is (186,248,122). Sum of RGB (Red+Green+Blue) = 186+248+122=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF87A is #450785. Grayscale: #D7D7D7. Windows color (decimal): -4523910 or 8059066. OLE color: 8059066.
HSL color Cylindrical-coordinate representation of color #BAF87A: hue angle of 89.52º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAF87A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 122 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.03 |
| HSL | 89.52º | 0.9% | 0.73% | - |
| HSV(B) | 89.52º | 0.51% | 0.97% | - |
| XYZ | 57.33 | 78.98 | 30.64 | - |
| YUV | 215.1 | 75.46 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 122 | 0.25 | 0 | 0.51 | 0.03 | 89.52 | 0.9 | 0.73 |
| Hex | BA | F8 | 7A | 19 | 0 | 33 | 3 | 5A | 5A | 49 |
| Octal | 272 | 370 | 172 | 31 | 0 | 63 | 3 | 132 | 132 | 111 |
| Binary | 10111010 | 11111000 | 1111010 | 11001 | 0 | 110011 | 11 | 1011010 | 1011010 | 1001001 |
Color Harmonies of #BAF87A
Complementary color
Monochromatic Colors of #BAF87A
Black with #BAF87A
Text Example
Text Example
White with #BAF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF87A; }
p { color: rgb(186,248,122); }
H1.HeaderClassName
{
color: #BAF87A;
}
.AnyTagClassName
{
color: #BAF87A;
}
</style>
background-color css
<style>
a { background-color: #BAF87A; }
a { background-color: rgb(186,248,122); }
div.DivClassName
{
background-color: #BAF87A;
}
.BgClassName
{
background-color: #BAF87A;
}
</style>
border-color css
<style>
span { border-color: #BAF87A; }
span { border-color: rgb(186,248,122); }
td.TdClassName
{
border-color: #BAF87A;
}
.TagClassName
{
border-color: #BAF87A;
}
</style>