Shades of Sulu #BAE87D
Tints of Sulu #BAE87D
RGB
CMYK
RGB Variations
Color information
#BAE87D (or 0xBAE87D) is known color: Sulu. HEX triplet: BA, E8 and 7D. RGB value is (186,232,125). Sum of RGB (Red+Green+Blue) = 186+232+125=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE87D is #451782. Grayscale: #CECECE. Windows color (decimal): -4528003 or 8251578. OLE color: 8251578.
HSL color Cylindrical-coordinate representation of color #BAE87D: hue angle of 85.79º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAE87D is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 125 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.09 |
| HSL | 85.79º | 0.7% | 0.7% | - |
| HSV(B) | 85.79º | 0.46% | 0.91% | - |
| XYZ | 52.81 | 69.63 | 30.06 | - |
| YUV | 206.05 | 82.26 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 125 | 0.20 | 0 | 0.46 | 0.09 | 85.79 | 0.7 | 0.7 |
| Hex | BA | E8 | 7D | 14 | 0 | 2E | 9 | 56 | 46 | 46 |
| Octal | 272 | 350 | 175 | 24 | 0 | 56 | 11 | 126 | 106 | 106 |
| Binary | 10111010 | 11101000 | 1111101 | 10100 | 0 | 101110 | 1001 | 1010110 | 1000110 | 1000110 |
Color Harmonies of #BAE87D
Complementary color
Monochromatic Colors of #BAE87D
Black with #BAE87D
Text Example
Text Example
White with #BAE87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE87D; }
p { color: rgb(186,232,125); }
H1.HeaderClassName
{
color: #BAE87D;
}
.AnyTagClassName
{
color: #BAE87D;
}
</style>
background-color css
<style>
a { background-color: #BAE87D; }
a { background-color: rgb(186,232,125); }
div.DivClassName
{
background-color: #BAE87D;
}
.BgClassName
{
background-color: #BAE87D;
}
</style>
border-color css
<style>
span { border-color: #BAE87D; }
span { border-color: rgb(186,232,125); }
td.TdClassName
{
border-color: #BAE87D;
}
.TagClassName
{
border-color: #BAE87D;
}
</style>