Shades of Sulu #BAFA7E
Tints of Sulu #BAFA7E
RGB
CMYK
RGB Variations
Color information
#BAFA7E (or 0xBAFA7E) is known color: Sulu. HEX triplet: BA, FA and 7E. RGB value is (186,250,126). Sum of RGB (Red+Green+Blue) = 186+250+126=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA7E is #450581. Grayscale: #D9D9D9. Windows color (decimal): -4523394 or 8321722. OLE color: 8321722.
HSL color Cylindrical-coordinate representation of color #BAFA7E: hue angle of 90.97º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAFA7E is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 126 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.02 |
| HSL | 90.97º | 0.93% | 0.74% | - |
| HSV(B) | 90.97º | 0.5% | 0.98% | - |
| XYZ | 58.2 | 80.32 | 32.17 | - |
| YUV | 216.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 126 | 0.26 | 0 | 0.50 | 0.02 | 90.97 | 0.93 | 0.74 |
| Hex | BA | FA | 7E | 1A | 0 | 32 | 2 | 5B | 5D | 4A |
| Octal | 272 | 372 | 176 | 32 | 0 | 62 | 2 | 133 | 135 | 112 |
| Binary | 10111010 | 11111010 | 1111110 | 11010 | 0 | 110010 | 10 | 1011011 | 1011101 | 1001010 |
Color Harmonies of #BAFA7E
Complementary color
Monochromatic Colors of #BAFA7E
Black with #BAFA7E
Text Example
Text Example
White with #BAFA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA7E; }
p { color: rgb(186,250,126); }
H1.HeaderClassName
{
color: #BAFA7E;
}
.AnyTagClassName
{
color: #BAFA7E;
}
</style>
background-color css
<style>
a { background-color: #BAFA7E; }
a { background-color: rgb(186,250,126); }
div.DivClassName
{
background-color: #BAFA7E;
}
.BgClassName
{
background-color: #BAFA7E;
}
</style>
border-color css
<style>
span { border-color: #BAFA7E; }
span { border-color: rgb(186,250,126); }
td.TdClassName
{
border-color: #BAFA7E;
}
.TagClassName
{
border-color: #BAFA7E;
}
</style>