Shades of Sulu #BAF390
Tints of Sulu #BAF390
RGB
CMYK
RGB Variations
Color information
#BAF390 (or 0xBAF390) is known color: Sulu. HEX triplet: BA, F3 and 90. RGB value is (186,243,144). Sum of RGB (Red+Green+Blue) = 186+243+144=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF390 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF390 is #450C6F. Grayscale: #D7D7D7. Windows color (decimal): -4525168 or 9499578. OLE color: 9499578.
HSL color Cylindrical-coordinate representation of color #BAF390: hue angle of 94.55º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAF390 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 144 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.05 |
| HSL | 94.55º | 0.8% | 0.76% | - |
| HSV(B) | 94.55º | 0.41% | 0.95% | - |
| XYZ | 57.33 | 76.55 | 38.14 | - |
| YUV | 214.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 144 | 0.23 | 0 | 0.41 | 0.05 | 94.55 | 0.8 | 0.76 |
| Hex | BA | F3 | 90 | 17 | 0 | 29 | 5 | 5F | 50 | 4C |
| Octal | 272 | 363 | 220 | 27 | 0 | 51 | 5 | 137 | 120 | 114 |
| Binary | 10111010 | 11110011 | 10010000 | 10111 | 0 | 101001 | 101 | 1011111 | 1010000 | 1001100 |
Color Harmonies of #BAF390
Complementary color
Monochromatic Colors of #BAF390
Black with #BAF390
Text Example
Text Example
White with #BAF390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF390; }
p { color: rgb(186,243,144); }
H1.HeaderClassName
{
color: #BAF390;
}
.AnyTagClassName
{
color: #BAF390;
}
</style>
background-color css
<style>
a { background-color: #BAF390; }
a { background-color: rgb(186,243,144); }
div.DivClassName
{
background-color: #BAF390;
}
.BgClassName
{
background-color: #BAF390;
}
</style>
border-color css
<style>
span { border-color: #BAF390; }
span { border-color: rgb(186,243,144); }
td.TdClassName
{
border-color: #BAF390;
}
.TagClassName
{
border-color: #BAF390;
}
</style>