Shades of Sulu #BAFE85
Tints of Sulu #BAFE85
RGB
CMYK
RGB Variations
Color information
#BAFE85 (or 0xBAFE85) is known color: Sulu. HEX triplet: BA, FE and 85. RGB value is (186,254,133). Sum of RGB (Red+Green+Blue) = 186+254+133=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFE85 is #45017A. Grayscale: #DCDCDC. Windows color (decimal): -4522363 or 8781498. OLE color: 8781498.
HSL color Cylindrical-coordinate representation of color #BAFE85: hue angle of 93.72º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAFE85 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 133 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.00 |
| HSL | 93.72º | 0.98% | 0.76% | - |
| HSV(B) | 93.72º | 0.48% | 1% | - |
| XYZ | 59.93 | 83.02 | 35.06 | - |
| YUV | 219.87 | 78.97 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 133 | 0.27 | 0 | 0.48 | 0.00 | 93.72 | 0.98 | 0.76 |
| Hex | BA | FE | 85 | 1B | 0 | 30 | 0 | 5E | 62 | 4C |
| Octal | 272 | 376 | 205 | 33 | 0 | 60 | 0 | 136 | 142 | 114 |
| Binary | 10111010 | 11111110 | 10000101 | 11011 | 0 | 110000 | 0 | 1011110 | 1100010 | 1001100 |
Color Harmonies of #BAFE85
Complementary color
Monochromatic Colors of #BAFE85
Black with #BAFE85
Text Example
Text Example
White with #BAFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE85; }
p { color: rgb(186,254,133); }
H1.HeaderClassName
{
color: #BAFE85;
}
.AnyTagClassName
{
color: #BAFE85;
}
</style>
background-color css
<style>
a { background-color: #BAFE85; }
a { background-color: rgb(186,254,133); }
div.DivClassName
{
background-color: #BAFE85;
}
.BgClassName
{
background-color: #BAFE85;
}
</style>
border-color css
<style>
span { border-color: #BAFE85; }
span { border-color: rgb(186,254,133); }
td.TdClassName
{
border-color: #BAFE85;
}
.TagClassName
{
border-color: #BAFE85;
}
</style>