Shades of Sulu #BAFC76
Tints of Sulu #BAFC76
RGB
CMYK
RGB Variations
Color information
#BAFC76 (or 0xBAFC76) is known color: Sulu. HEX triplet: BA, FC and 76. RGB value is (186,252,118). Sum of RGB (Red+Green+Blue) = 186+252+118=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC76 is #450389. Grayscale: #D9D9D9. Windows color (decimal): -4522890 or 7797946. OLE color: 7797946.
HSL color Cylindrical-coordinate representation of color #BAFC76: hue angle of 89.55º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAFC76 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 118 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.01 |
| HSL | 89.55º | 0.96% | 0.73% | - |
| HSV(B) | 89.55º | 0.53% | 0.99% | - |
| XYZ | 58.33 | 81.37 | 29.77 | - |
| YUV | 216.99 | 72.13 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 118 | 0.26 | 0 | 0.53 | 0.01 | 89.55 | 0.96 | 0.73 |
| Hex | BA | FC | 76 | 1A | 0 | 35 | 1 | 5A | 60 | 49 |
| Octal | 272 | 374 | 166 | 32 | 0 | 65 | 1 | 132 | 140 | 111 |
| Binary | 10111010 | 11111100 | 1110110 | 11010 | 0 | 110101 | 1 | 1011010 | 1100000 | 1001001 |
Color Harmonies of #BAFC76
Complementary color
Monochromatic Colors of #BAFC76
Black with #BAFC76
Text Example
Text Example
White with #BAFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC76; }
p { color: rgb(186,252,118); }
H1.HeaderClassName
{
color: #BAFC76;
}
.AnyTagClassName
{
color: #BAFC76;
}
</style>
background-color css
<style>
a { background-color: #BAFC76; }
a { background-color: rgb(186,252,118); }
div.DivClassName
{
background-color: #BAFC76;
}
.BgClassName
{
background-color: #BAFC76;
}
</style>
border-color css
<style>
span { border-color: #BAFC76; }
span { border-color: rgb(186,252,118); }
td.TdClassName
{
border-color: #BAFC76;
}
.TagClassName
{
border-color: #BAFC76;
}
</style>