Shades of Sulu #BAF76D
Tints of Sulu #BAF76D
RGB
CMYK
RGB Variations
Color information
#BAF76D (or 0xBAF76D) is known color: Sulu. HEX triplet: BA, F7 and 6D. RGB value is (186,247,109). Sum of RGB (Red+Green+Blue) = 186+247+109=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF76D is #450892. Grayscale: #D5D5D5. Windows color (decimal): -4524179 or 7206842. OLE color: 7206842.
HSL color Cylindrical-coordinate representation of color #BAF76D: hue angle of 86.52º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAF76D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 109 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.03 |
| HSL | 86.52º | 0.9% | 0.7% | - |
| HSV(B) | 86.52º | 0.56% | 0.97% | - |
| XYZ | 56.27 | 78.06 | 26.57 | - |
| YUV | 213.03 | 69.29 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 109 | 0.25 | 0 | 0.56 | 0.03 | 86.52 | 0.9 | 0.7 |
| Hex | BA | F7 | 6D | 19 | 0 | 38 | 3 | 57 | 5A | 46 |
| Octal | 272 | 367 | 155 | 31 | 0 | 70 | 3 | 127 | 132 | 106 |
| Binary | 10111010 | 11110111 | 1101101 | 11001 | 0 | 111000 | 11 | 1010111 | 1011010 | 1000110 |
Color Harmonies of #BAF76D
Complementary color
Monochromatic Colors of #BAF76D
Black with #BAF76D
Text Example
Text Example
White with #BAF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF76D; }
p { color: rgb(186,247,109); }
H1.HeaderClassName
{
color: #BAF76D;
}
.AnyTagClassName
{
color: #BAF76D;
}
</style>
background-color css
<style>
a { background-color: #BAF76D; }
a { background-color: rgb(186,247,109); }
div.DivClassName
{
background-color: #BAF76D;
}
.BgClassName
{
background-color: #BAF76D;
}
</style>
border-color css
<style>
span { border-color: #BAF76D; }
span { border-color: rgb(186,247,109); }
td.TdClassName
{
border-color: #BAF76D;
}
.TagClassName
{
border-color: #BAF76D;
}
</style>