Shades of Sulu #BAF781
Tints of Sulu #BAF781
RGB
CMYK
RGB Variations
Color information
#BAF781 (or 0xBAF781) is known color: Sulu. HEX triplet: BA, F7 and 81. RGB value is (186,247,129). Sum of RGB (Red+Green+Blue) = 186+247+129=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF781 is #45087E. Grayscale: #D7D7D7. Windows color (decimal): -4524159 or 8517562. OLE color: 8517562.
HSL color Cylindrical-coordinate representation of color #BAF781: hue angle of 91.02º 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 #BAF781 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 129 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.03 |
| HSL | 91.02º | 0.88% | 0.74% | - |
| HSV(B) | 91.02º | 0.48% | 0.97% | - |
| XYZ | 57.47 | 78.55 | 32.9 | - |
| YUV | 215.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 129 | 0.25 | 0 | 0.48 | 0.03 | 91.02 | 0.88 | 0.74 |
| Hex | BA | F7 | 81 | 19 | 0 | 30 | 3 | 5B | 58 | 4A |
| Octal | 272 | 367 | 201 | 31 | 0 | 60 | 3 | 133 | 130 | 112 |
| Binary | 10111010 | 11110111 | 10000001 | 11001 | 0 | 110000 | 11 | 1011011 | 1011000 | 1001010 |
Color Harmonies of #BAF781
Complementary color
Monochromatic Colors of #BAF781
Black with #BAF781
Text Example
Text Example
White with #BAF781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF781; }
p { color: rgb(186,247,129); }
H1.HeaderClassName
{
color: #BAF781;
}
.AnyTagClassName
{
color: #BAF781;
}
</style>
background-color css
<style>
a { background-color: #BAF781; }
a { background-color: rgb(186,247,129); }
div.DivClassName
{
background-color: #BAF781;
}
.BgClassName
{
background-color: #BAF781;
}
</style>
border-color css
<style>
span { border-color: #BAF781; }
span { border-color: rgb(186,247,129); }
td.TdClassName
{
border-color: #BAF781;
}
.TagClassName
{
border-color: #BAF781;
}
</style>