Shades of Sulu #BAF779
Tints of Sulu #BAF779
RGB
CMYK
RGB Variations
Color information
#BAF779 (or 0xBAF779) is known color: Sulu. HEX triplet: BA, F7 and 79. RGB value is (186,247,121). Sum of RGB (Red+Green+Blue) = 186+247+121=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF779 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF779 is #450886. Grayscale: #D6D6D6. Windows color (decimal): -4524167 or 7993274. OLE color: 7993274.
HSL color Cylindrical-coordinate representation of color #BAF779: hue angle of 89.05º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAF779 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 121 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.03 |
| HSL | 89.05º | 0.89% | 0.72% | - |
| HSV(B) | 89.05º | 0.51% | 0.97% | - |
| XYZ | 56.96 | 78.34 | 30.21 | - |
| YUV | 214.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 121 | 0.25 | 0 | 0.51 | 0.03 | 89.05 | 0.89 | 0.72 |
| Hex | BA | F7 | 79 | 19 | 0 | 33 | 3 | 59 | 59 | 48 |
| Octal | 272 | 367 | 171 | 31 | 0 | 63 | 3 | 131 | 131 | 110 |
| Binary | 10111010 | 11110111 | 1111001 | 11001 | 0 | 110011 | 11 | 1011001 | 1011001 | 1001000 |
Color Harmonies of #BAF779
Complementary color
Monochromatic Colors of #BAF779
Black with #BAF779
Text Example
Text Example
White with #BAF779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF779; }
p { color: rgb(186,247,121); }
H1.HeaderClassName
{
color: #BAF779;
}
.AnyTagClassName
{
color: #BAF779;
}
</style>
background-color css
<style>
a { background-color: #BAF779; }
a { background-color: rgb(186,247,121); }
div.DivClassName
{
background-color: #BAF779;
}
.BgClassName
{
background-color: #BAF779;
}
</style>
border-color css
<style>
span { border-color: #BAF779; }
span { border-color: rgb(186,247,121); }
td.TdClassName
{
border-color: #BAF779;
}
.TagClassName
{
border-color: #BAF779;
}
</style>