Shades of Sulu #BAFF85
Tints of Sulu #BAFF85
RGB
CMYK
RGB Variations
Color information
#BAFF85 (or 0xBAFF85) is known color: Sulu. HEX triplet: BA, FF and 85. RGB value is (186,255,133). Sum of RGB (Red+Green+Blue) = 186+255+133=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF85 is #45007A. Grayscale: #DCDCDC. Windows color (decimal): -4522107 or 8781754. OLE color: 8781754.
HSL color Cylindrical-coordinate representation of color #BAFF85: hue angle of 93.93º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAFF85 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 133 | - |
| CMYK | 0.27 | 0 | 0.48 | 0 |
| HSL | 93.93º | 1% | 0.76% | - |
| HSV(B) | 93.93º | 0.48% | 1% | - |
| XYZ | 60.24 | 83.65 | 35.16 | - |
| YUV | 220.46 | 78.64 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 133 | 0.27 | 0 | 0.48 | 0 | 93.93 | 1 | 0.76 |
| Hex | BA | FF | 85 | 1B | 0 | 30 | 0 | 5E | 64 | 4C |
| Octal | 272 | 377 | 205 | 33 | 0 | 60 | 0 | 136 | 144 | 114 |
| Binary | 10111010 | 11111111 | 10000101 | 11011 | 0 | 110000 | 0 | 1011110 | 1100100 | 1001100 |
Color Harmonies of #BAFF85
Complementary color
Monochromatic Colors of #BAFF85
Black with #BAFF85
Text Example
Text Example
White with #BAFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF85; }
p { color: rgb(186,255,133); }
H1.HeaderClassName
{
color: #BAFF85;
}
.AnyTagClassName
{
color: #BAFF85;
}
</style>
background-color css
<style>
a { background-color: #BAFF85; }
a { background-color: rgb(186,255,133); }
div.DivClassName
{
background-color: #BAFF85;
}
.BgClassName
{
background-color: #BAFF85;
}
</style>
border-color css
<style>
span { border-color: #BAFF85; }
span { border-color: rgb(186,255,133); }
td.TdClassName
{
border-color: #BAFF85;
}
.TagClassName
{
border-color: #BAFF85;
}
</style>