Shades of Sulu #BAFA7C
Tints of Sulu #BAFA7C
RGB
CMYK
RGB Variations
Color information
#BAFA7C (or 0xBAFA7C) is known color: Sulu. HEX triplet: BA, FA and 7C. RGB value is (186,250,124). Sum of RGB (Red+Green+Blue) = 186+250+124=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA7C is #450583. Grayscale: #D8D8D8. Windows color (decimal): -4523396 or 8190650. OLE color: 8190650.
HSL color Cylindrical-coordinate representation of color #BAFA7C: hue angle of 90.48º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAFA7C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 124 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.02 |
| HSL | 90.48º | 0.93% | 0.73% | - |
| HSV(B) | 90.48º | 0.5% | 0.98% | - |
| XYZ | 58.07 | 80.27 | 31.5 | - |
| YUV | 216.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 124 | 0.26 | 0 | 0.50 | 0.02 | 90.48 | 0.93 | 0.73 |
| Hex | BA | FA | 7C | 1A | 0 | 32 | 2 | 5A | 5D | 49 |
| Octal | 272 | 372 | 174 | 32 | 0 | 62 | 2 | 132 | 135 | 111 |
| Binary | 10111010 | 11111010 | 1111100 | 11010 | 0 | 110010 | 10 | 1011010 | 1011101 | 1001001 |
Color Harmonies of #BAFA7C
Complementary color
Monochromatic Colors of #BAFA7C
Black with #BAFA7C
Text Example
Text Example
White with #BAFA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA7C; }
p { color: rgb(186,250,124); }
H1.HeaderClassName
{
color: #BAFA7C;
}
.AnyTagClassName
{
color: #BAFA7C;
}
</style>
background-color css
<style>
a { background-color: #BAFA7C; }
a { background-color: rgb(186,250,124); }
div.DivClassName
{
background-color: #BAFA7C;
}
.BgClassName
{
background-color: #BAFA7C;
}
</style>
border-color css
<style>
span { border-color: #BAFA7C; }
span { border-color: rgb(186,250,124); }
td.TdClassName
{
border-color: #BAFA7C;
}
.TagClassName
{
border-color: #BAFA7C;
}
</style>