Shades of Sulu #BAF584
Tints of Sulu #BAF584
RGB
CMYK
RGB Variations
Color information
#BAF584 (or 0xBAF584) is known color: Sulu. HEX triplet: BA, F5 and 84. RGB value is (186,245,132). Sum of RGB (Red+Green+Blue) = 186+245+132=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF584 is #450A7B. Grayscale: #D6D6D6. Windows color (decimal): -4524668 or 8713658. OLE color: 8713658.
HSL color Cylindrical-coordinate representation of color #BAF584: hue angle of 91.33º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAF584 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 132 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.04 |
| HSL | 91.33º | 0.85% | 0.74% | - |
| HSV(B) | 91.33º | 0.46% | 0.96% | - |
| XYZ | 57.07 | 77.41 | 33.76 | - |
| YUV | 214.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 132 | 0.24 | 0 | 0.46 | 0.04 | 91.33 | 0.85 | 0.74 |
| Hex | BA | F5 | 84 | 18 | 0 | 2E | 4 | 5B | 55 | 4A |
| Octal | 272 | 365 | 204 | 30 | 0 | 56 | 4 | 133 | 125 | 112 |
| Binary | 10111010 | 11110101 | 10000100 | 11000 | 0 | 101110 | 100 | 1011011 | 1010101 | 1001010 |
Color Harmonies of #BAF584
Complementary color
Monochromatic Colors of #BAF584
Black with #BAF584
Text Example
Text Example
White with #BAF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF584; }
p { color: rgb(186,245,132); }
H1.HeaderClassName
{
color: #BAF584;
}
.AnyTagClassName
{
color: #BAF584;
}
</style>
background-color css
<style>
a { background-color: #BAF584; }
a { background-color: rgb(186,245,132); }
div.DivClassName
{
background-color: #BAF584;
}
.BgClassName
{
background-color: #BAF584;
}
</style>
border-color css
<style>
span { border-color: #BAF584; }
span { border-color: rgb(186,245,132); }
td.TdClassName
{
border-color: #BAF584;
}
.TagClassName
{
border-color: #BAF584;
}
</style>