Shades of Sulu #BAF783
Tints of Sulu #BAF783
RGB
CMYK
RGB Variations
Color information
#BAF783 (or 0xBAF783) is known color: Sulu. HEX triplet: BA, F7 and 83. RGB value is (186,247,131). Sum of RGB (Red+Green+Blue) = 186+247+131=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF783 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF783 is #45087C. Grayscale: #D7D7D7. Windows color (decimal): -4524157 or 8648634. OLE color: 8648634.
HSL color Cylindrical-coordinate representation of color #BAF783: hue angle of 91.55º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAF783 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 131 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.03 |
| HSL | 91.55º | 0.88% | 0.74% | - |
| HSV(B) | 91.55º | 0.47% | 0.97% | - |
| XYZ | 57.61 | 78.6 | 33.61 | - |
| YUV | 215.54 | 80.29 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 131 | 0.25 | 0 | 0.47 | 0.03 | 91.55 | 0.88 | 0.74 |
| Hex | BA | F7 | 83 | 19 | 0 | 2F | 3 | 5C | 58 | 4A |
| Octal | 272 | 367 | 203 | 31 | 0 | 57 | 3 | 134 | 130 | 112 |
| Binary | 10111010 | 11110111 | 10000011 | 11001 | 0 | 101111 | 11 | 1011100 | 1011000 | 1001010 |
Color Harmonies of #BAF783
Complementary color
Monochromatic Colors of #BAF783
Black with #BAF783
Text Example
Text Example
White with #BAF783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF783; }
p { color: rgb(186,247,131); }
H1.HeaderClassName
{
color: #BAF783;
}
.AnyTagClassName
{
color: #BAF783;
}
</style>
background-color css
<style>
a { background-color: #BAF783; }
a { background-color: rgb(186,247,131); }
div.DivClassName
{
background-color: #BAF783;
}
.BgClassName
{
background-color: #BAF783;
}
</style>
border-color css
<style>
span { border-color: #BAF783; }
span { border-color: rgb(186,247,131); }
td.TdClassName
{
border-color: #BAF783;
}
.TagClassName
{
border-color: #BAF783;
}
</style>