Shades of Sulu #BAF583
Tints of Sulu #BAF583
RGB
CMYK
RGB Variations
Color information
#BAF583 (or 0xBAF583) is known color: Sulu. HEX triplet: BA, F5 and 83. RGB value is (186,245,131). Sum of RGB (Red+Green+Blue) = 186+245+131=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF583 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF583 is #450A7C. Grayscale: #D6D6D6. Windows color (decimal): -4524669 or 8648122. OLE color: 8648122.
HSL color Cylindrical-coordinate representation of color #BAF583: hue angle of 91.05º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAF583 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 131 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.04 |
| HSL | 91.05º | 0.85% | 0.74% | - |
| HSV(B) | 91.05º | 0.47% | 0.96% | - |
| XYZ | 57 | 77.38 | 33.4 | - |
| YUV | 214.36 | 80.95 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 131 | 0.24 | 0 | 0.47 | 0.04 | 91.05 | 0.85 | 0.74 |
| Hex | BA | F5 | 83 | 18 | 0 | 2F | 4 | 5B | 55 | 4A |
| Octal | 272 | 365 | 203 | 30 | 0 | 57 | 4 | 133 | 125 | 112 |
| Binary | 10111010 | 11110101 | 10000011 | 11000 | 0 | 101111 | 100 | 1011011 | 1010101 | 1001010 |
Color Harmonies of #BAF583
Complementary color
Monochromatic Colors of #BAF583
Black with #BAF583
Text Example
Text Example
White with #BAF583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF583; }
p { color: rgb(186,245,131); }
H1.HeaderClassName
{
color: #BAF583;
}
.AnyTagClassName
{
color: #BAF583;
}
</style>
background-color css
<style>
a { background-color: #BAF583; }
a { background-color: rgb(186,245,131); }
div.DivClassName
{
background-color: #BAF583;
}
.BgClassName
{
background-color: #BAF583;
}
</style>
border-color css
<style>
span { border-color: #BAF583; }
span { border-color: rgb(186,245,131); }
td.TdClassName
{
border-color: #BAF583;
}
.TagClassName
{
border-color: #BAF583;
}
</style>