Shades of Sulu #BAE37F
Tints of Sulu #BAE37F
RGB
CMYK
RGB Variations
Color information
#BAE37F (or 0xBAE37F) is known color: Sulu. HEX triplet: BA, E3 and 7F. RGB value is (186,227,127). Sum of RGB (Red+Green+Blue) = 186+227+127=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE37F is #451C80. Grayscale: #CBCBCB. Windows color (decimal): -4529281 or 8381370. OLE color: 8381370.
HSL color Cylindrical-coordinate representation of color #BAE37F: hue angle of 84.6º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAE37F is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 127 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.11 |
| HSL | 84.6º | 0.64% | 0.69% | - |
| HSV(B) | 84.6º | 0.44% | 0.89% | - |
| XYZ | 51.55 | 66.91 | 30.28 | - |
| YUV | 203.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 127 | 0.18 | 0 | 0.44 | 0.11 | 84.6 | 0.64 | 0.69 |
| Hex | BA | E3 | 7F | 12 | 0 | 2C | B | 55 | 40 | 45 |
| Octal | 272 | 343 | 177 | 22 | 0 | 54 | 13 | 125 | 100 | 105 |
| Binary | 10111010 | 11100011 | 1111111 | 10010 | 0 | 101100 | 1011 | 1010101 | 1000000 | 1000101 |
Color Harmonies of #BAE37F
Complementary color
Monochromatic Colors of #BAE37F
Black with #BAE37F
Text Example
Text Example
White with #BAE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE37F; }
p { color: rgb(186,227,127); }
H1.HeaderClassName
{
color: #BAE37F;
}
.AnyTagClassName
{
color: #BAE37F;
}
</style>
background-color css
<style>
a { background-color: #BAE37F; }
a { background-color: rgb(186,227,127); }
div.DivClassName
{
background-color: #BAE37F;
}
.BgClassName
{
background-color: #BAE37F;
}
</style>
border-color css
<style>
span { border-color: #BAE37F; }
span { border-color: rgb(186,227,127); }
td.TdClassName
{
border-color: #BAE37F;
}
.TagClassName
{
border-color: #BAE37F;
}
</style>