Shades of Sulu #BAFA7A
Tints of Sulu #BAFA7A
RGB
CMYK
RGB Variations
Color information
#BAFA7A (or 0xBAFA7A) is known color: Sulu. HEX triplet: BA, FA and 7A. RGB value is (186,250,122). Sum of RGB (Red+Green+Blue) = 186+250+122=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA7A is #450585. Grayscale: #D8D8D8. Windows color (decimal): -4523398 or 8059578. OLE color: 8059578.
HSL color Cylindrical-coordinate representation of color #BAFA7A: hue angle of 90º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAFA7A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 122 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.02 |
| HSL | 90º | 0.93% | 0.73% | - |
| HSV(B) | 90º | 0.51% | 0.98% | - |
| XYZ | 57.95 | 80.22 | 30.84 | - |
| YUV | 216.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 122 | 0.26 | 0 | 0.51 | 0.02 | 90 | 0.93 | 0.73 |
| Hex | BA | FA | 7A | 1A | 0 | 33 | 2 | 5A | 5D | 49 |
| Octal | 272 | 372 | 172 | 32 | 0 | 63 | 2 | 132 | 135 | 111 |
| Binary | 10111010 | 11111010 | 1111010 | 11010 | 0 | 110011 | 10 | 1011010 | 1011101 | 1001001 |
Color Harmonies of #BAFA7A
Complementary color
Monochromatic Colors of #BAFA7A
Black with #BAFA7A
Text Example
Text Example
White with #BAFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA7A; }
p { color: rgb(186,250,122); }
H1.HeaderClassName
{
color: #BAFA7A;
}
.AnyTagClassName
{
color: #BAFA7A;
}
</style>
background-color css
<style>
a { background-color: #BAFA7A; }
a { background-color: rgb(186,250,122); }
div.DivClassName
{
background-color: #BAFA7A;
}
.BgClassName
{
background-color: #BAFA7A;
}
</style>
border-color css
<style>
span { border-color: #BAFA7A; }
span { border-color: rgb(186,250,122); }
td.TdClassName
{
border-color: #BAFA7A;
}
.TagClassName
{
border-color: #BAFA7A;
}
</style>