Shades of Sulu #BAF56C
Tints of Sulu #BAF56C
RGB
CMYK
RGB Variations
Color information
#BAF56C (or 0xBAF56C) is known color: Sulu. HEX triplet: BA, F5 and 6C. RGB value is (186,245,108). Sum of RGB (Red+Green+Blue) = 186+245+108=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF56C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF56C is #450A93. Grayscale: #D4D4D4. Windows color (decimal): -4524692 or 7140794. OLE color: 7140794.
HSL color Cylindrical-coordinate representation of color #BAF56C: hue angle of 85.84º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAF56C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 108 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.04 |
| HSL | 85.84º | 0.87% | 0.69% | - |
| HSV(B) | 85.84º | 0.56% | 0.96% | - |
| XYZ | 55.61 | 76.83 | 26.09 | - |
| YUV | 211.74 | 69.45 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 108 | 0.24 | 0 | 0.56 | 0.04 | 85.84 | 0.87 | 0.69 |
| Hex | BA | F5 | 6C | 18 | 0 | 38 | 4 | 56 | 57 | 45 |
| Octal | 272 | 365 | 154 | 30 | 0 | 70 | 4 | 126 | 127 | 105 |
| Binary | 10111010 | 11110101 | 1101100 | 11000 | 0 | 111000 | 100 | 1010110 | 1010111 | 1000101 |
Color Harmonies of #BAF56C
Complementary color
Monochromatic Colors of #BAF56C
Black with #BAF56C
Text Example
Text Example
White with #BAF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF56C; }
p { color: rgb(186,245,108); }
H1.HeaderClassName
{
color: #BAF56C;
}
.AnyTagClassName
{
color: #BAF56C;
}
</style>
background-color css
<style>
a { background-color: #BAF56C; }
a { background-color: rgb(186,245,108); }
div.DivClassName
{
background-color: #BAF56C;
}
.BgClassName
{
background-color: #BAF56C;
}
</style>
border-color css
<style>
span { border-color: #BAF56C; }
span { border-color: rgb(186,245,108); }
td.TdClassName
{
border-color: #BAF56C;
}
.TagClassName
{
border-color: #BAF56C;
}
</style>