Shades of Sulu #BAF780
Tints of Sulu #BAF780
RGB
CMYK
RGB Variations
Color information
#BAF780 (or 0xBAF780) is known color: Sulu. HEX triplet: BA, F7 and 80. RGB value is (186,247,128). Sum of RGB (Red+Green+Blue) = 186+247+128=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF780 is #45087F. Grayscale: #D7D7D7. Windows color (decimal): -4524160 or 8452026. OLE color: 8452026.
HSL color Cylindrical-coordinate representation of color #BAF780: hue angle of 90.76º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAF780 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 128 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.03 |
| HSL | 90.76º | 0.88% | 0.74% | - |
| HSV(B) | 90.76º | 0.48% | 0.97% | - |
| XYZ | 57.41 | 78.52 | 32.55 | - |
| YUV | 215.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 128 | 0.25 | 0 | 0.48 | 0.03 | 90.76 | 0.88 | 0.74 |
| Hex | BA | F7 | 80 | 19 | 0 | 30 | 3 | 5B | 58 | 4A |
| Octal | 272 | 367 | 200 | 31 | 0 | 60 | 3 | 133 | 130 | 112 |
| Binary | 10111010 | 11110111 | 10000000 | 11001 | 0 | 110000 | 11 | 1011011 | 1011000 | 1001010 |
Color Harmonies of #BAF780
Complementary color
Monochromatic Colors of #BAF780
Black with #BAF780
Text Example
Text Example
White with #BAF780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF780; }
p { color: rgb(186,247,128); }
H1.HeaderClassName
{
color: #BAF780;
}
.AnyTagClassName
{
color: #BAF780;
}
</style>
background-color css
<style>
a { background-color: #BAF780; }
a { background-color: rgb(186,247,128); }
div.DivClassName
{
background-color: #BAF780;
}
.BgClassName
{
background-color: #BAF780;
}
</style>
border-color css
<style>
span { border-color: #BAF780; }
span { border-color: rgb(186,247,128); }
td.TdClassName
{
border-color: #BAF780;
}
.TagClassName
{
border-color: #BAF780;
}
</style>