Shades of Sulu #BAF180
Tints of Sulu #BAF180
RGB
CMYK
RGB Variations
Color information
#BAF180 (or 0xBAF180) is known color: Sulu. HEX triplet: BA, F1 and 80. RGB value is (186,241,128). Sum of RGB (Red+Green+Blue) = 186+241+128=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF180 is #450E7F. Grayscale: #D4D4D4. Windows color (decimal): -4525696 or 8450490. OLE color: 8450490.
HSL color Cylindrical-coordinate representation of color #BAF180: hue angle of 89.2º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAF180 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 128 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.05 |
| HSL | 89.2º | 0.8% | 0.72% | - |
| HSV(B) | 89.2º | 0.47% | 0.95% | - |
| XYZ | 55.6 | 74.91 | 31.95 | - |
| YUV | 211.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 128 | 0.23 | 0 | 0.47 | 0.05 | 89.2 | 0.8 | 0.72 |
| Hex | BA | F1 | 80 | 17 | 0 | 2F | 5 | 59 | 50 | 48 |
| Octal | 272 | 361 | 200 | 27 | 0 | 57 | 5 | 131 | 120 | 110 |
| Binary | 10111010 | 11110001 | 10000000 | 10111 | 0 | 101111 | 101 | 1011001 | 1010000 | 1001000 |
Color Harmonies of #BAF180
Complementary color
Monochromatic Colors of #BAF180
Black with #BAF180
Text Example
Text Example
White with #BAF180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF180; }
p { color: rgb(186,241,128); }
H1.HeaderClassName
{
color: #BAF180;
}
.AnyTagClassName
{
color: #BAF180;
}
</style>
background-color css
<style>
a { background-color: #BAF180; }
a { background-color: rgb(186,241,128); }
div.DivClassName
{
background-color: #BAF180;
}
.BgClassName
{
background-color: #BAF180;
}
</style>
border-color css
<style>
span { border-color: #BAF180; }
span { border-color: rgb(186,241,128); }
td.TdClassName
{
border-color: #BAF180;
}
.TagClassName
{
border-color: #BAF180;
}
</style>