Shades of Sulu #BAF282
Tints of Sulu #BAF282
RGB
CMYK
RGB Variations
Color information
#BAF282 (or 0xBAF282) is known color: Sulu. HEX triplet: BA, F2 and 82. RGB value is (186,242,130). Sum of RGB (Red+Green+Blue) = 186+242+130=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF282 is #450D7D. Grayscale: #D4D4D4. Windows color (decimal): -4525438 or 8581818. OLE color: 8581818.
HSL color Cylindrical-coordinate representation of color #BAF282: hue angle of 90º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAF282 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 130 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.05 |
| HSL | 90º | 0.81% | 0.73% | - |
| HSV(B) | 90º | 0.46% | 0.95% | - |
| XYZ | 56.03 | 75.56 | 32.75 | - |
| YUV | 212.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 130 | 0.23 | 0 | 0.46 | 0.05 | 90 | 0.81 | 0.73 |
| Hex | BA | F2 | 82 | 17 | 0 | 2E | 5 | 5A | 51 | 49 |
| Octal | 272 | 362 | 202 | 27 | 0 | 56 | 5 | 132 | 121 | 111 |
| Binary | 10111010 | 11110010 | 10000010 | 10111 | 0 | 101110 | 101 | 1011010 | 1010001 | 1001001 |
Color Harmonies of #BAF282
Complementary color
Monochromatic Colors of #BAF282
Black with #BAF282
Text Example
Text Example
White with #BAF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF282; }
p { color: rgb(186,242,130); }
H1.HeaderClassName
{
color: #BAF282;
}
.AnyTagClassName
{
color: #BAF282;
}
</style>
background-color css
<style>
a { background-color: #BAF282; }
a { background-color: rgb(186,242,130); }
div.DivClassName
{
background-color: #BAF282;
}
.BgClassName
{
background-color: #BAF282;
}
</style>
border-color css
<style>
span { border-color: #BAF282; }
span { border-color: rgb(186,242,130); }
td.TdClassName
{
border-color: #BAF282;
}
.TagClassName
{
border-color: #BAF282;
}
</style>