Shades of Sulu #BAE47D
Tints of Sulu #BAE47D
RGB
CMYK
RGB Variations
Color information
#BAE47D (or 0xBAE47D) is known color: Sulu. HEX triplet: BA, E4 and 7D. RGB value is (186,228,125). Sum of RGB (Red+Green+Blue) = 186+228+125=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE47D is #451B82. Grayscale: #CCCCCC. Windows color (decimal): -4529027 or 8250554. OLE color: 8250554.
HSL color Cylindrical-coordinate representation of color #BAE47D: hue angle of 84.47º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAE47D is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 125 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.11 |
| HSL | 84.47º | 0.66% | 0.69% | - |
| HSV(B) | 84.47º | 0.45% | 0.89% | - |
| XYZ | 51.69 | 67.41 | 29.69 | - |
| YUV | 203.7 | 83.59 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 125 | 0.18 | 0 | 0.45 | 0.11 | 84.47 | 0.66 | 0.69 |
| Hex | BA | E4 | 7D | 12 | 0 | 2D | B | 54 | 42 | 45 |
| Octal | 272 | 344 | 175 | 22 | 0 | 55 | 13 | 124 | 102 | 105 |
| Binary | 10111010 | 11100100 | 1111101 | 10010 | 0 | 101101 | 1011 | 1010100 | 1000010 | 1000101 |
Color Harmonies of #BAE47D
Complementary color
Monochromatic Colors of #BAE47D
Black with #BAE47D
Text Example
Text Example
White with #BAE47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE47D; }
p { color: rgb(186,228,125); }
H1.HeaderClassName
{
color: #BAE47D;
}
.AnyTagClassName
{
color: #BAE47D;
}
</style>
background-color css
<style>
a { background-color: #BAE47D; }
a { background-color: rgb(186,228,125); }
div.DivClassName
{
background-color: #BAE47D;
}
.BgClassName
{
background-color: #BAE47D;
}
</style>
border-color css
<style>
span { border-color: #BAE47D; }
span { border-color: rgb(186,228,125); }
td.TdClassName
{
border-color: #BAE47D;
}
.TagClassName
{
border-color: #BAE47D;
}
</style>