Shades of Sulu #BAF78D
Tints of Sulu #BAF78D
RGB
CMYK
RGB Variations
Color information
#BAF78D (or 0xBAF78D) is known color: Sulu. HEX triplet: BA, F7 and 8D. RGB value is (186,247,141). Sum of RGB (Red+Green+Blue) = 186+247+141=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF78D is #450872. Grayscale: #D9D9D9. Windows color (decimal): -4524147 or 9303994. OLE color: 9303994.
HSL color Cylindrical-coordinate representation of color #BAF78D: hue angle of 94.53º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAF78D is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 141 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.03 |
| HSL | 94.53º | 0.87% | 0.76% | - |
| HSV(B) | 94.53º | 0.43% | 0.97% | - |
| XYZ | 58.32 | 78.88 | 37.35 | - |
| YUV | 216.68 | 85.29 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 141 | 0.25 | 0 | 0.43 | 0.03 | 94.53 | 0.87 | 0.76 |
| Hex | BA | F7 | 8D | 19 | 0 | 2B | 3 | 5F | 57 | 4C |
| Octal | 272 | 367 | 215 | 31 | 0 | 53 | 3 | 137 | 127 | 114 |
| Binary | 10111010 | 11110111 | 10001101 | 11001 | 0 | 101011 | 11 | 1011111 | 1010111 | 1001100 |
Color Harmonies of #BAF78D
Complementary color
Monochromatic Colors of #BAF78D
Black with #BAF78D
Text Example
Text Example
White with #BAF78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF78D; }
p { color: rgb(186,247,141); }
H1.HeaderClassName
{
color: #BAF78D;
}
.AnyTagClassName
{
color: #BAF78D;
}
</style>
background-color css
<style>
a { background-color: #BAF78D; }
a { background-color: rgb(186,247,141); }
div.DivClassName
{
background-color: #BAF78D;
}
.BgClassName
{
background-color: #BAF78D;
}
</style>
border-color css
<style>
span { border-color: #BAF78D; }
span { border-color: rgb(186,247,141); }
td.TdClassName
{
border-color: #BAF78D;
}
.TagClassName
{
border-color: #BAF78D;
}
</style>