Shades of Sulu #BAFF76
Tints of Sulu #BAFF76
RGB
CMYK
RGB Variations
Color information
#BAFF76 (or 0xBAFF76) is known color: Sulu. HEX triplet: BA, FF and 76. RGB value is (186,255,118). Sum of RGB (Red+Green+Blue) = 186+255+118=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF76 is #450089. Grayscale: #DBDBDB. Windows color (decimal): -4522122 or 7798714. OLE color: 7798714.
HSL color Cylindrical-coordinate representation of color #BAFF76: hue angle of 90.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAFF76 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 118 | - |
| CMYK | 0.27 | 0 | 0.54 | 0 |
| HSL | 90.22º | 1% | 0.73% | - |
| HSV(B) | 90.22º | 0.54% | 1% | - |
| XYZ | 59.28 | 83.27 | 30.09 | - |
| YUV | 218.75 | 71.14 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 118 | 0.27 | 0 | 0.54 | 0 | 90.22 | 1 | 0.73 |
| Hex | BA | FF | 76 | 1B | 0 | 36 | 0 | 5A | 64 | 49 |
| Octal | 272 | 377 | 166 | 33 | 0 | 66 | 0 | 132 | 144 | 111 |
| Binary | 10111010 | 11111111 | 1110110 | 11011 | 0 | 110110 | 0 | 1011010 | 1100100 | 1001001 |
Color Harmonies of #BAFF76
Complementary color
Monochromatic Colors of #BAFF76
Black with #BAFF76
Text Example
Text Example
White with #BAFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF76; }
p { color: rgb(186,255,118); }
H1.HeaderClassName
{
color: #BAFF76;
}
.AnyTagClassName
{
color: #BAFF76;
}
</style>
background-color css
<style>
a { background-color: #BAFF76; }
a { background-color: rgb(186,255,118); }
div.DivClassName
{
background-color: #BAFF76;
}
.BgClassName
{
background-color: #BAFF76;
}
</style>
border-color css
<style>
span { border-color: #BAFF76; }
span { border-color: rgb(186,255,118); }
td.TdClassName
{
border-color: #BAFF76;
}
.TagClassName
{
border-color: #BAFF76;
}
</style>