Shades of Sulu #BAE375
Tints of Sulu #BAE375
RGB
CMYK
RGB Variations
Color information
#BAE375 (or 0xBAE375) is known color: Sulu. HEX triplet: BA, E3 and 75. RGB value is (186,227,117). Sum of RGB (Red+Green+Blue) = 186+227+117=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE375 is #451C8A. Grayscale: #CACACA. Windows color (decimal): -4529291 or 7726010. OLE color: 7726010.
HSL color Cylindrical-coordinate representation of color #BAE375: hue angle of 82.36º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAE375 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 117 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.11 |
| HSL | 82.36º | 0.66% | 0.67% | - |
| HSV(B) | 82.36º | 0.48% | 0.89% | - |
| XYZ | 50.93 | 66.66 | 27.01 | - |
| YUV | 202.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 117 | 0.18 | 0 | 0.48 | 0.11 | 82.36 | 0.66 | 0.67 |
| Hex | BA | E3 | 75 | 12 | 0 | 30 | B | 52 | 42 | 43 |
| Octal | 272 | 343 | 165 | 22 | 0 | 60 | 13 | 122 | 102 | 103 |
| Binary | 10111010 | 11100011 | 1110101 | 10010 | 0 | 110000 | 1011 | 1010010 | 1000010 | 1000011 |
Color Harmonies of #BAE375
Complementary color
Monochromatic Colors of #BAE375
Black with #BAE375
Text Example
Text Example
White with #BAE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE375; }
p { color: rgb(186,227,117); }
H1.HeaderClassName
{
color: #BAE375;
}
.AnyTagClassName
{
color: #BAE375;
}
</style>
background-color css
<style>
a { background-color: #BAE375; }
a { background-color: rgb(186,227,117); }
div.DivClassName
{
background-color: #BAE375;
}
.BgClassName
{
background-color: #BAE375;
}
</style>
border-color css
<style>
span { border-color: #BAE375; }
span { border-color: rgb(186,227,117); }
td.TdClassName
{
border-color: #BAE375;
}
.TagClassName
{
border-color: #BAE375;
}
</style>