Shades of Sulu #BAF57B
Tints of Sulu #BAF57B
RGB
CMYK
RGB Variations
Color information
#BAF57B (or 0xBAF57B) is known color: Sulu. HEX triplet: BA, F5 and 7B. RGB value is (186,245,123). Sum of RGB (Red+Green+Blue) = 186+245+123=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF57B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF57B is #450A84. Grayscale: #D5D5D5. Windows color (decimal): -4524677 or 8123834. OLE color: 8123834.
HSL color Cylindrical-coordinate representation of color #BAF57B: hue angle of 89.02º 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 #BAF57B is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 123 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.04 |
| HSL | 89.02º | 0.86% | 0.72% | - |
| HSV(B) | 89.02º | 0.5% | 0.96% | - |
| XYZ | 56.48 | 77.17 | 30.66 | - |
| YUV | 213.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 123 | 0.24 | 0 | 0.50 | 0.04 | 89.02 | 0.86 | 0.72 |
| Hex | BA | F5 | 7B | 18 | 0 | 32 | 4 | 59 | 56 | 48 |
| Octal | 272 | 365 | 173 | 30 | 0 | 62 | 4 | 131 | 126 | 110 |
| Binary | 10111010 | 11110101 | 1111011 | 11000 | 0 | 110010 | 100 | 1011001 | 1010110 | 1001000 |
Color Harmonies of #BAF57B
Complementary color
Monochromatic Colors of #BAF57B
Black with #BAF57B
Text Example
Text Example
White with #BAF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF57B; }
p { color: rgb(186,245,123); }
H1.HeaderClassName
{
color: #BAF57B;
}
.AnyTagClassName
{
color: #BAF57B;
}
</style>
background-color css
<style>
a { background-color: #BAF57B; }
a { background-color: rgb(186,245,123); }
div.DivClassName
{
background-color: #BAF57B;
}
.BgClassName
{
background-color: #BAF57B;
}
</style>
border-color css
<style>
span { border-color: #BAF57B; }
span { border-color: rgb(186,245,123); }
td.TdClassName
{
border-color: #BAF57B;
}
.TagClassName
{
border-color: #BAF57B;
}
</style>