Shades of Sulu #BAF76C
Tints of Sulu #BAF76C
RGB
CMYK
RGB Variations
Color information
#BAF76C (or 0xBAF76C) is known color: Sulu. HEX triplet: BA, F7 and 6C. RGB value is (186,247,108). Sum of RGB (Red+Green+Blue) = 186+247+108=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF76C is #450893. Grayscale: #D5D5D5. Windows color (decimal): -4524180 or 7141306. OLE color: 7141306.
HSL color Cylindrical-coordinate representation of color #BAF76C: hue angle of 86.33º 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 #BAF76C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 108 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.03 |
| HSL | 86.33º | 0.9% | 0.7% | - |
| HSV(B) | 86.33º | 0.56% | 0.97% | - |
| XYZ | 56.22 | 78.04 | 26.29 | - |
| YUV | 212.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 108 | 0.25 | 0 | 0.56 | 0.03 | 86.33 | 0.9 | 0.7 |
| Hex | BA | F7 | 6C | 19 | 0 | 38 | 3 | 56 | 5A | 46 |
| Octal | 272 | 367 | 154 | 31 | 0 | 70 | 3 | 126 | 132 | 106 |
| Binary | 10111010 | 11110111 | 1101100 | 11001 | 0 | 111000 | 11 | 1010110 | 1011010 | 1000110 |
Color Harmonies of #BAF76C
Complementary color
Monochromatic Colors of #BAF76C
Black with #BAF76C
Text Example
Text Example
White with #BAF76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF76C; }
p { color: rgb(186,247,108); }
H1.HeaderClassName
{
color: #BAF76C;
}
.AnyTagClassName
{
color: #BAF76C;
}
</style>
background-color css
<style>
a { background-color: #BAF76C; }
a { background-color: rgb(186,247,108); }
div.DivClassName
{
background-color: #BAF76C;
}
.BgClassName
{
background-color: #BAF76C;
}
</style>
border-color css
<style>
span { border-color: #BAF76C; }
span { border-color: rgb(186,247,108); }
td.TdClassName
{
border-color: #BAF76C;
}
.TagClassName
{
border-color: #BAF76C;
}
</style>