Shades of Sulu #BAF76B
Tints of Sulu #BAF76B
RGB
CMYK
RGB Variations
Color information
#BAF76B (or 0xBAF76B) is known color: Sulu. HEX triplet: BA, F7 and 6B. RGB value is (186,247,107). Sum of RGB (Red+Green+Blue) = 186+247+107=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF76B is #450894. Grayscale: #D5D5D5. Windows color (decimal): -4524181 or 7075770. OLE color: 7075770.
HSL color Cylindrical-coordinate representation of color #BAF76B: hue angle of 86.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAF76B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 107 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.03 |
| HSL | 86.14º | 0.9% | 0.69% | - |
| HSV(B) | 86.14º | 0.57% | 0.97% | - |
| XYZ | 56.16 | 78.02 | 26.01 | - |
| YUV | 212.8 | 68.29 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 107 | 0.25 | 0 | 0.57 | 0.03 | 86.14 | 0.9 | 0.69 |
| Hex | BA | F7 | 6B | 19 | 0 | 39 | 3 | 56 | 5A | 45 |
| Octal | 272 | 367 | 153 | 31 | 0 | 71 | 3 | 126 | 132 | 105 |
| Binary | 10111010 | 11110111 | 1101011 | 11001 | 0 | 111001 | 11 | 1010110 | 1011010 | 1000101 |
Color Harmonies of #BAF76B
Complementary color
Monochromatic Colors of #BAF76B
Black with #BAF76B
Text Example
Text Example
White with #BAF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF76B; }
p { color: rgb(186,247,107); }
H1.HeaderClassName
{
color: #BAF76B;
}
.AnyTagClassName
{
color: #BAF76B;
}
</style>
background-color css
<style>
a { background-color: #BAF76B; }
a { background-color: rgb(186,247,107); }
div.DivClassName
{
background-color: #BAF76B;
}
.BgClassName
{
background-color: #BAF76B;
}
</style>
border-color css
<style>
span { border-color: #BAF76B; }
span { border-color: rgb(186,247,107); }
td.TdClassName
{
border-color: #BAF76B;
}
.TagClassName
{
border-color: #BAF76B;
}
</style>