Shades of Sulu #BAF772
Tints of Sulu #BAF772
RGB
CMYK
RGB Variations
Color information
#BAF772 (or 0xBAF772) is known color: Sulu. HEX triplet: BA, F7 and 72. RGB value is (186,247,114). Sum of RGB (Red+Green+Blue) = 186+247+114=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF772 is #45088D. Grayscale: #D6D6D6. Windows color (decimal): -4524174 or 7534522. OLE color: 7534522.
HSL color Cylindrical-coordinate representation of color #BAF772: hue angle of 87.52º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAF772 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 114 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.03 |
| HSL | 87.52º | 0.89% | 0.71% | - |
| HSV(B) | 87.52º | 0.54% | 0.97% | - |
| XYZ | 56.55 | 78.18 | 28.03 | - |
| YUV | 213.6 | 71.79 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 114 | 0.25 | 0 | 0.54 | 0.03 | 87.52 | 0.89 | 0.71 |
| Hex | BA | F7 | 72 | 19 | 0 | 36 | 3 | 58 | 59 | 47 |
| Octal | 272 | 367 | 162 | 31 | 0 | 66 | 3 | 130 | 131 | 107 |
| Binary | 10111010 | 11110111 | 1110010 | 11001 | 0 | 110110 | 11 | 1011000 | 1011001 | 1000111 |
Color Harmonies of #BAF772
Complementary color
Monochromatic Colors of #BAF772
Black with #BAF772
Text Example
Text Example
White with #BAF772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF772; }
p { color: rgb(186,247,114); }
H1.HeaderClassName
{
color: #BAF772;
}
.AnyTagClassName
{
color: #BAF772;
}
</style>
background-color css
<style>
a { background-color: #BAF772; }
a { background-color: rgb(186,247,114); }
div.DivClassName
{
background-color: #BAF772;
}
.BgClassName
{
background-color: #BAF772;
}
</style>
border-color css
<style>
span { border-color: #BAF772; }
span { border-color: rgb(186,247,114); }
td.TdClassName
{
border-color: #BAF772;
}
.TagClassName
{
border-color: #BAF772;
}
</style>