Shades of Sulu #BAF58C
Tints of Sulu #BAF58C
RGB
CMYK
RGB Variations
Color information
#BAF58C (or 0xBAF58C) is known color: Sulu. HEX triplet: BA, F5 and 8C. RGB value is (186,245,140). Sum of RGB (Red+Green+Blue) = 186+245+140=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF58C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF58C is #450A73. Grayscale: #D7D7D7. Windows color (decimal): -4524660 or 9237946. OLE color: 9237946.
HSL color Cylindrical-coordinate representation of color #BAF58C: hue angle of 93.71º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAF58C is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 140 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.04 |
| HSL | 93.71º | 0.84% | 0.75% | - |
| HSV(B) | 93.71º | 0.43% | 0.96% | - |
| XYZ | 57.64 | 77.64 | 36.76 | - |
| YUV | 215.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 140 | 0.24 | 0 | 0.43 | 0.04 | 93.71 | 0.84 | 0.75 |
| Hex | BA | F5 | 8C | 18 | 0 | 2B | 4 | 5E | 54 | 4B |
| Octal | 272 | 365 | 214 | 30 | 0 | 53 | 4 | 136 | 124 | 113 |
| Binary | 10111010 | 11110101 | 10001100 | 11000 | 0 | 101011 | 100 | 1011110 | 1010100 | 1001011 |
Color Harmonies of #BAF58C
Complementary color
Monochromatic Colors of #BAF58C
Black with #BAF58C
Text Example
Text Example
White with #BAF58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF58C; }
p { color: rgb(186,245,140); }
H1.HeaderClassName
{
color: #BAF58C;
}
.AnyTagClassName
{
color: #BAF58C;
}
</style>
background-color css
<style>
a { background-color: #BAF58C; }
a { background-color: rgb(186,245,140); }
div.DivClassName
{
background-color: #BAF58C;
}
.BgClassName
{
background-color: #BAF58C;
}
</style>
border-color css
<style>
span { border-color: #BAF58C; }
span { border-color: rgb(186,245,140); }
td.TdClassName
{
border-color: #BAF58C;
}
.TagClassName
{
border-color: #BAF58C;
}
</style>