Shades of Sulu #BAFD90
Tints of Sulu #BAFD90
RGB
CMYK
RGB Variations
Color information
#BAFD90 (or 0xBAFD90) is known color: Sulu. HEX triplet: BA, FD and 90. RGB value is (186,253,144). Sum of RGB (Red+Green+Blue) = 186+253+144=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFD90 is #45026F. Grayscale: #DCDCDC. Windows color (decimal): -4522608 or 9502138. OLE color: 9502138.
HSL color Cylindrical-coordinate representation of color #BAFD90: hue angle of 96.88º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAFD90 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 144 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.01 |
| HSL | 96.88º | 0.96% | 0.78% | - |
| HSV(B) | 96.88º | 0.43% | 0.99% | - |
| XYZ | 60.41 | 82.7 | 39.17 | - |
| YUV | 220.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 144 | 0.26 | 0 | 0.43 | 0.01 | 96.88 | 0.96 | 0.78 |
| Hex | BA | FD | 90 | 1A | 0 | 2B | 1 | 61 | 60 | 4E |
| Octal | 272 | 375 | 220 | 32 | 0 | 53 | 1 | 141 | 140 | 116 |
| Binary | 10111010 | 11111101 | 10010000 | 11010 | 0 | 101011 | 1 | 1100001 | 1100000 | 1001110 |
Color Harmonies of #BAFD90
Complementary color
Monochromatic Colors of #BAFD90
Black with #BAFD90
Text Example
Text Example
White with #BAFD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFD90; }
p { color: rgb(186,253,144); }
H1.HeaderClassName
{
color: #BAFD90;
}
.AnyTagClassName
{
color: #BAFD90;
}
</style>
background-color css
<style>
a { background-color: #BAFD90; }
a { background-color: rgb(186,253,144); }
div.DivClassName
{
background-color: #BAFD90;
}
.BgClassName
{
background-color: #BAFD90;
}
</style>
border-color css
<style>
span { border-color: #BAFD90; }
span { border-color: rgb(186,253,144); }
td.TdClassName
{
border-color: #BAFD90;
}
.TagClassName
{
border-color: #BAFD90;
}
</style>