Shades of Sulu #BAF770
Tints of Sulu #BAF770
RGB
CMYK
RGB Variations
Color information
#BAF770 (or 0xBAF770) is known color: Sulu. HEX triplet: BA, F7 and 70. RGB value is (186,247,112). Sum of RGB (Red+Green+Blue) = 186+247+112=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF770 is #45088F. Grayscale: #D5D5D5. Windows color (decimal): -4524176 or 7403450. OLE color: 7403450.
HSL color Cylindrical-coordinate representation of color #BAF770: hue angle of 87.11º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAF770 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 112 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.03 |
| HSL | 87.11º | 0.89% | 0.7% | - |
| HSV(B) | 87.11º | 0.55% | 0.97% | - |
| XYZ | 56.44 | 78.13 | 27.44 | - |
| YUV | 213.37 | 70.79 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 112 | 0.25 | 0 | 0.55 | 0.03 | 87.11 | 0.89 | 0.7 |
| Hex | BA | F7 | 70 | 19 | 0 | 37 | 3 | 57 | 59 | 46 |
| Octal | 272 | 367 | 160 | 31 | 0 | 67 | 3 | 127 | 131 | 106 |
| Binary | 10111010 | 11110111 | 1110000 | 11001 | 0 | 110111 | 11 | 1010111 | 1011001 | 1000110 |
Color Harmonies of #BAF770
Complementary color
Monochromatic Colors of #BAF770
Black with #BAF770
Text Example
Text Example
White with #BAF770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF770; }
p { color: rgb(186,247,112); }
H1.HeaderClassName
{
color: #BAF770;
}
.AnyTagClassName
{
color: #BAF770;
}
</style>
background-color css
<style>
a { background-color: #BAF770; }
a { background-color: rgb(186,247,112); }
div.DivClassName
{
background-color: #BAF770;
}
.BgClassName
{
background-color: #BAF770;
}
</style>
border-color css
<style>
span { border-color: #BAF770; }
span { border-color: rgb(186,247,112); }
td.TdClassName
{
border-color: #BAF770;
}
.TagClassName
{
border-color: #BAF770;
}
</style>