Shades of Sulu #BAF77E
Tints of Sulu #BAF77E
RGB
CMYK
RGB Variations
Color information
#BAF77E (or 0xBAF77E) is known color: Sulu. HEX triplet: BA, F7 and 7E. RGB value is (186,247,126). Sum of RGB (Red+Green+Blue) = 186+247+126=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF77E is #450881. Grayscale: #D7D7D7. Windows color (decimal): -4524162 or 8320954. OLE color: 8320954.
HSL color Cylindrical-coordinate representation of color #BAF77E: hue angle of 90.25º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAF77E is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 126 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.03 |
| HSL | 90.25º | 0.88% | 0.73% | - |
| HSV(B) | 90.25º | 0.49% | 0.97% | - |
| XYZ | 57.28 | 78.47 | 31.87 | - |
| YUV | 214.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 126 | 0.25 | 0 | 0.49 | 0.03 | 90.25 | 0.88 | 0.73 |
| Hex | BA | F7 | 7E | 19 | 0 | 31 | 3 | 5A | 58 | 49 |
| Octal | 272 | 367 | 176 | 31 | 0 | 61 | 3 | 132 | 130 | 111 |
| Binary | 10111010 | 11110111 | 1111110 | 11001 | 0 | 110001 | 11 | 1011010 | 1011000 | 1001001 |
Color Harmonies of #BAF77E
Complementary color
Monochromatic Colors of #BAF77E
Black with #BAF77E
Text Example
Text Example
White with #BAF77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF77E; }
p { color: rgb(186,247,126); }
H1.HeaderClassName
{
color: #BAF77E;
}
.AnyTagClassName
{
color: #BAF77E;
}
</style>
background-color css
<style>
a { background-color: #BAF77E; }
a { background-color: rgb(186,247,126); }
div.DivClassName
{
background-color: #BAF77E;
}
.BgClassName
{
background-color: #BAF77E;
}
</style>
border-color css
<style>
span { border-color: #BAF77E; }
span { border-color: rgb(186,247,126); }
td.TdClassName
{
border-color: #BAF77E;
}
.TagClassName
{
border-color: #BAF77E;
}
</style>