Shades of Sulu #BAF57A
Tints of Sulu #BAF57A
RGB
CMYK
RGB Variations
Color information
#BAF57A (or 0xBAF57A) is known color: Sulu. HEX triplet: BA, F5 and 7A. RGB value is (186,245,122). Sum of RGB (Red+Green+Blue) = 186+245+122=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF57A is #450A85. Grayscale: #D5D5D5. Windows color (decimal): -4524678 or 8058298. OLE color: 8058298.
HSL color Cylindrical-coordinate representation of color #BAF57A: hue angle of 88.78º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF57A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 122 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.04 |
| HSL | 88.78º | 0.86% | 0.72% | - |
| HSV(B) | 88.78º | 0.5% | 0.96% | - |
| XYZ | 56.41 | 77.15 | 30.33 | - |
| YUV | 213.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 122 | 0.24 | 0 | 0.50 | 0.04 | 88.78 | 0.86 | 0.72 |
| Hex | BA | F5 | 7A | 18 | 0 | 32 | 4 | 59 | 56 | 48 |
| Octal | 272 | 365 | 172 | 30 | 0 | 62 | 4 | 131 | 126 | 110 |
| Binary | 10111010 | 11110101 | 1111010 | 11000 | 0 | 110010 | 100 | 1011001 | 1010110 | 1001000 |
Color Harmonies of #BAF57A
Complementary color
Monochromatic Colors of #BAF57A
Black with #BAF57A
Text Example
Text Example
White with #BAF57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF57A; }
p { color: rgb(186,245,122); }
H1.HeaderClassName
{
color: #BAF57A;
}
.AnyTagClassName
{
color: #BAF57A;
}
</style>
background-color css
<style>
a { background-color: #BAF57A; }
a { background-color: rgb(186,245,122); }
div.DivClassName
{
background-color: #BAF57A;
}
.BgClassName
{
background-color: #BAF57A;
}
</style>
border-color css
<style>
span { border-color: #BAF57A; }
span { border-color: rgb(186,245,122); }
td.TdClassName
{
border-color: #BAF57A;
}
.TagClassName
{
border-color: #BAF57A;
}
</style>