Shades of Sulu #BAFA76
Tints of Sulu #BAFA76
RGB
CMYK
RGB Variations
Color information
#BAFA76 (or 0xBAFA76) is known color: Sulu. HEX triplet: BA, FA and 76. RGB value is (186,250,118). Sum of RGB (Red+Green+Blue) = 186+250+118=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA76 is #450589. Grayscale: #D8D8D8. Windows color (decimal): -4523402 or 7797434. OLE color: 7797434.
HSL color Cylindrical-coordinate representation of color #BAFA76: hue angle of 89.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAFA76 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 118 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.02 |
| HSL | 89.09º | 0.93% | 0.72% | - |
| HSV(B) | 89.09º | 0.53% | 0.98% | - |
| XYZ | 57.71 | 80.12 | 29.56 | - |
| YUV | 215.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 118 | 0.26 | 0 | 0.53 | 0.02 | 89.09 | 0.93 | 0.72 |
| Hex | BA | FA | 76 | 1A | 0 | 35 | 2 | 59 | 5D | 48 |
| Octal | 272 | 372 | 166 | 32 | 0 | 65 | 2 | 131 | 135 | 110 |
| Binary | 10111010 | 11111010 | 1110110 | 11010 | 0 | 110101 | 10 | 1011001 | 1011101 | 1001000 |
Color Harmonies of #BAFA76
Complementary color
Monochromatic Colors of #BAFA76
Black with #BAFA76
Text Example
Text Example
White with #BAFA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA76; }
p { color: rgb(186,250,118); }
H1.HeaderClassName
{
color: #BAFA76;
}
.AnyTagClassName
{
color: #BAFA76;
}
</style>
background-color css
<style>
a { background-color: #BAFA76; }
a { background-color: rgb(186,250,118); }
div.DivClassName
{
background-color: #BAFA76;
}
.BgClassName
{
background-color: #BAFA76;
}
</style>
border-color css
<style>
span { border-color: #BAFA76; }
span { border-color: rgb(186,250,118); }
td.TdClassName
{
border-color: #BAFA76;
}
.TagClassName
{
border-color: #BAFA76;
}
</style>