Shades of Sulu #BAF58B
Tints of Sulu #BAF58B
RGB
CMYK
RGB Variations
Color information
#BAF58B (or 0xBAF58B) is known color: Sulu. HEX triplet: BA, F5 and 8B. RGB value is (186,245,139). Sum of RGB (Red+Green+Blue) = 186+245+139=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF58B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF58B is #450A74. Grayscale: #D7D7D7. Windows color (decimal): -4524661 or 9172410. OLE color: 9172410.
HSL color Cylindrical-coordinate representation of color #BAF58B: hue angle of 93.4º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAF58B is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 139 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.04 |
| HSL | 93.4º | 0.84% | 0.75% | - |
| HSV(B) | 93.4º | 0.43% | 0.96% | - |
| XYZ | 57.56 | 77.61 | 36.37 | - |
| YUV | 215.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 139 | 0.24 | 0 | 0.43 | 0.04 | 93.4 | 0.84 | 0.75 |
| Hex | BA | F5 | 8B | 18 | 0 | 2B | 4 | 5D | 54 | 4B |
| Octal | 272 | 365 | 213 | 30 | 0 | 53 | 4 | 135 | 124 | 113 |
| Binary | 10111010 | 11110101 | 10001011 | 11000 | 0 | 101011 | 100 | 1011101 | 1010100 | 1001011 |
Color Harmonies of #BAF58B
Complementary color
Monochromatic Colors of #BAF58B
Black with #BAF58B
Text Example
Text Example
White with #BAF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF58B; }
p { color: rgb(186,245,139); }
H1.HeaderClassName
{
color: #BAF58B;
}
.AnyTagClassName
{
color: #BAF58B;
}
</style>
background-color css
<style>
a { background-color: #BAF58B; }
a { background-color: rgb(186,245,139); }
div.DivClassName
{
background-color: #BAF58B;
}
.BgClassName
{
background-color: #BAF58B;
}
</style>
border-color css
<style>
span { border-color: #BAF58B; }
span { border-color: rgb(186,245,139); }
td.TdClassName
{
border-color: #BAF58B;
}
.TagClassName
{
border-color: #BAF58B;
}
</style>