Shades of Sulu #BAF06E
Tints of Sulu #BAF06E
RGB
CMYK
RGB Variations
Color information
#BAF06E (or 0xBAF06E) is known color: Sulu. HEX triplet: BA, F0 and 6E. RGB value is (186,240,110). Sum of RGB (Red+Green+Blue) = 186+240+110=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF06E is #450F91. Grayscale: #D1D1D1. Windows color (decimal): -4525970 or 7270586. OLE color: 7270586.
HSL color Cylindrical-coordinate representation of color #BAF06E: hue angle of 84.92º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAF06E is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 110 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.06 |
| HSL | 84.92º | 0.81% | 0.69% | - |
| HSV(B) | 84.92º | 0.54% | 0.94% | - |
| XYZ | 54.22 | 73.89 | 26.16 | - |
| YUV | 209.03 | 72.11 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 110 | 0.22 | 0 | 0.54 | 0.06 | 84.92 | 0.81 | 0.69 |
| Hex | BA | F0 | 6E | 16 | 0 | 36 | 6 | 55 | 51 | 45 |
| Octal | 272 | 360 | 156 | 26 | 0 | 66 | 6 | 125 | 121 | 105 |
| Binary | 10111010 | 11110000 | 1101110 | 10110 | 0 | 110110 | 110 | 1010101 | 1010001 | 1000101 |
Color Harmonies of #BAF06E
Complementary color
Monochromatic Colors of #BAF06E
Black with #BAF06E
Text Example
Text Example
White with #BAF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF06E; }
p { color: rgb(186,240,110); }
H1.HeaderClassName
{
color: #BAF06E;
}
.AnyTagClassName
{
color: #BAF06E;
}
</style>
background-color css
<style>
a { background-color: #BAF06E; }
a { background-color: rgb(186,240,110); }
div.DivClassName
{
background-color: #BAF06E;
}
.BgClassName
{
background-color: #BAF06E;
}
</style>
border-color css
<style>
span { border-color: #BAF06E; }
span { border-color: rgb(186,240,110); }
td.TdClassName
{
border-color: #BAF06E;
}
.TagClassName
{
border-color: #BAF06E;
}
</style>