Shades of Sulu #BAFC8D
Tints of Sulu #BAFC8D
RGB
CMYK
RGB Variations
Color information
#BAFC8D (or 0xBAFC8D) is known color: Sulu. HEX triplet: BA, FC and 8D. RGB value is (186,252,141). Sum of RGB (Red+Green+Blue) = 186+252+141=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFC8D is #450372. Grayscale: #DBDBDB. Windows color (decimal): -4522867 or 9305274. OLE color: 9305274.
HSL color Cylindrical-coordinate representation of color #BAFC8D: hue angle of 95.68º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAFC8D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 141 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.01 |
| HSL | 95.68º | 0.95% | 0.77% | - |
| HSV(B) | 95.68º | 0.44% | 0.99% | - |
| XYZ | 59.87 | 81.98 | 37.87 | - |
| YUV | 219.61 | 83.63 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 141 | 0.26 | 0 | 0.44 | 0.01 | 95.68 | 0.95 | 0.77 |
| Hex | BA | FC | 8D | 1A | 0 | 2C | 1 | 60 | 5F | 4D |
| Octal | 272 | 374 | 215 | 32 | 0 | 54 | 1 | 140 | 137 | 115 |
| Binary | 10111010 | 11111100 | 10001101 | 11010 | 0 | 101100 | 1 | 1100000 | 1011111 | 1001101 |
Color Harmonies of #BAFC8D
Complementary color
Monochromatic Colors of #BAFC8D
Black with #BAFC8D
Text Example
Text Example
White with #BAFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC8D; }
p { color: rgb(186,252,141); }
H1.HeaderClassName
{
color: #BAFC8D;
}
.AnyTagClassName
{
color: #BAFC8D;
}
</style>
background-color css
<style>
a { background-color: #BAFC8D; }
a { background-color: rgb(186,252,141); }
div.DivClassName
{
background-color: #BAFC8D;
}
.BgClassName
{
background-color: #BAFC8D;
}
</style>
border-color css
<style>
span { border-color: #BAFC8D; }
span { border-color: rgb(186,252,141); }
td.TdClassName
{
border-color: #BAFC8D;
}
.TagClassName
{
border-color: #BAFC8D;
}
</style>