Shades of Sulu #BAF37A
Tints of Sulu #BAF37A
RGB
CMYK
RGB Variations
Color information
#BAF37A (or 0xBAF37A) is known color: Sulu. HEX triplet: BA, F3 and 7A. RGB value is (186,243,122). Sum of RGB (Red+Green+Blue) = 186+243+122=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF37A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF37A is #450C85. Grayscale: #D4D4D4. Windows color (decimal): -4525190 or 8057786. OLE color: 8057786.
HSL color Cylindrical-coordinate representation of color #BAF37A: hue angle of 88.26º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF37A is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 122 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.05 |
| HSL | 88.26º | 0.83% | 0.72% | - |
| HSV(B) | 88.26º | 0.5% | 0.95% | - |
| XYZ | 55.81 | 75.95 | 30.13 | - |
| YUV | 212.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 122 | 0.23 | 0 | 0.50 | 0.05 | 88.26 | 0.83 | 0.72 |
| Hex | BA | F3 | 7A | 17 | 0 | 32 | 5 | 58 | 53 | 48 |
| Octal | 272 | 363 | 172 | 27 | 0 | 62 | 5 | 130 | 123 | 110 |
| Binary | 10111010 | 11110011 | 1111010 | 10111 | 0 | 110010 | 101 | 1011000 | 1010011 | 1001000 |
Color Harmonies of #BAF37A
Complementary color
Monochromatic Colors of #BAF37A
Black with #BAF37A
Text Example
Text Example
White with #BAF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF37A; }
p { color: rgb(186,243,122); }
H1.HeaderClassName
{
color: #BAF37A;
}
.AnyTagClassName
{
color: #BAF37A;
}
</style>
background-color css
<style>
a { background-color: #BAF37A; }
a { background-color: rgb(186,243,122); }
div.DivClassName
{
background-color: #BAF37A;
}
.BgClassName
{
background-color: #BAF37A;
}
</style>
border-color css
<style>
span { border-color: #BAF37A; }
span { border-color: rgb(186,243,122); }
td.TdClassName
{
border-color: #BAF37A;
}
.TagClassName
{
border-color: #BAF37A;
}
</style>