Shades of Sulu #BAF790
Tints of Sulu #BAF790
RGB
CMYK
RGB Variations
Color information
#BAF790 (or 0xBAF790) is known color: Sulu. HEX triplet: BA, F7 and 90. RGB value is (186,247,144). Sum of RGB (Red+Green+Blue) = 186+247+144=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF790 is #45086F. Grayscale: #D9D9D9. Windows color (decimal): -4524144 or 9500602. OLE color: 9500602.
HSL color Cylindrical-coordinate representation of color #BAF790: hue angle of 95.53º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAF790 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 144 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.03 |
| HSL | 95.53º | 0.87% | 0.77% | - |
| HSV(B) | 95.53º | 0.42% | 0.97% | - |
| XYZ | 58.54 | 78.97 | 38.54 | - |
| YUV | 217.02 | 86.79 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 144 | 0.25 | 0 | 0.42 | 0.03 | 95.53 | 0.87 | 0.77 |
| Hex | BA | F7 | 90 | 19 | 0 | 2A | 3 | 60 | 57 | 4D |
| Octal | 272 | 367 | 220 | 31 | 0 | 52 | 3 | 140 | 127 | 115 |
| Binary | 10111010 | 11110111 | 10010000 | 11001 | 0 | 101010 | 11 | 1100000 | 1010111 | 1001101 |
Color Harmonies of #BAF790
Complementary color
Monochromatic Colors of #BAF790
Black with #BAF790
Text Example
Text Example
White with #BAF790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF790; }
p { color: rgb(186,247,144); }
H1.HeaderClassName
{
color: #BAF790;
}
.AnyTagClassName
{
color: #BAF790;
}
</style>
background-color css
<style>
a { background-color: #BAF790; }
a { background-color: rgb(186,247,144); }
div.DivClassName
{
background-color: #BAF790;
}
.BgClassName
{
background-color: #BAF790;
}
</style>
border-color css
<style>
span { border-color: #BAF790; }
span { border-color: rgb(186,247,144); }
td.TdClassName
{
border-color: #BAF790;
}
.TagClassName
{
border-color: #BAF790;
}
</style>