Shades of Sulu #BAF580
Tints of Sulu #BAF580
RGB
CMYK
RGB Variations
Color information
#BAF580 (or 0xBAF580) is known color: Sulu. HEX triplet: BA, F5 and 80. RGB value is (186,245,128). Sum of RGB (Red+Green+Blue) = 186+245+128=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF580 is #450A7F. Grayscale: #D6D6D6. Windows color (decimal): -4524672 or 8451514. OLE color: 8451514.
HSL color Cylindrical-coordinate representation of color #BAF580: hue angle of 90.26º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAF580 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 128 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.04 |
| HSL | 90.26º | 0.85% | 0.73% | - |
| HSV(B) | 90.26º | 0.48% | 0.96% | - |
| XYZ | 56.8 | 77.3 | 32.35 | - |
| YUV | 214.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 128 | 0.24 | 0 | 0.48 | 0.04 | 90.26 | 0.85 | 0.73 |
| Hex | BA | F5 | 80 | 18 | 0 | 30 | 4 | 5A | 55 | 49 |
| Octal | 272 | 365 | 200 | 30 | 0 | 60 | 4 | 132 | 125 | 111 |
| Binary | 10111010 | 11110101 | 10000000 | 11000 | 0 | 110000 | 100 | 1011010 | 1010101 | 1001001 |
Color Harmonies of #BAF580
Complementary color
Monochromatic Colors of #BAF580
Black with #BAF580
Text Example
Text Example
White with #BAF580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF580; }
p { color: rgb(186,245,128); }
H1.HeaderClassName
{
color: #BAF580;
}
.AnyTagClassName
{
color: #BAF580;
}
</style>
background-color css
<style>
a { background-color: #BAF580; }
a { background-color: rgb(186,245,128); }
div.DivClassName
{
background-color: #BAF580;
}
.BgClassName
{
background-color: #BAF580;
}
</style>
border-color css
<style>
span { border-color: #BAF580; }
span { border-color: rgb(186,245,128); }
td.TdClassName
{
border-color: #BAF580;
}
.TagClassName
{
border-color: #BAF580;
}
</style>