Shades of Sulu #BAF87E
Tints of Sulu #BAF87E
RGB
CMYK
RGB Variations
Color information
#BAF87E (or 0xBAF87E) is known color: Sulu. HEX triplet: BA, F8 and 7E. RGB value is (186,248,126). Sum of RGB (Red+Green+Blue) = 186+248+126=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF87E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF87E is #450781. Grayscale: #D7D7D7. Windows color (decimal): -4523906 or 8321210. OLE color: 8321210.
HSL color Cylindrical-coordinate representation of color #BAF87E: hue angle of 90.49º degrees, saturation: 0.9, 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 #BAF87E is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 126 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.03 |
| HSL | 90.49º | 0.9% | 0.73% | - |
| HSV(B) | 90.49º | 0.49% | 0.97% | - |
| XYZ | 57.58 | 79.08 | 31.97 | - |
| YUV | 215.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 126 | 0.25 | 0 | 0.49 | 0.03 | 90.49 | 0.9 | 0.73 |
| Hex | BA | F8 | 7E | 19 | 0 | 31 | 3 | 5A | 5A | 49 |
| Octal | 272 | 370 | 176 | 31 | 0 | 61 | 3 | 132 | 132 | 111 |
| Binary | 10111010 | 11111000 | 1111110 | 11001 | 0 | 110001 | 11 | 1011010 | 1011010 | 1001001 |
Color Harmonies of #BAF87E
Complementary color
Monochromatic Colors of #BAF87E
Black with #BAF87E
Text Example
Text Example
White with #BAF87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF87E; }
p { color: rgb(186,248,126); }
H1.HeaderClassName
{
color: #BAF87E;
}
.AnyTagClassName
{
color: #BAF87E;
}
</style>
background-color css
<style>
a { background-color: #BAF87E; }
a { background-color: rgb(186,248,126); }
div.DivClassName
{
background-color: #BAF87E;
}
.BgClassName
{
background-color: #BAF87E;
}
</style>
border-color css
<style>
span { border-color: #BAF87E; }
span { border-color: rgb(186,248,126); }
td.TdClassName
{
border-color: #BAF87E;
}
.TagClassName
{
border-color: #BAF87E;
}
</style>