Shades of Sulu #BADA7F
Tints of Sulu #BADA7F
RGB
CMYK
RGB Variations
Color information
#BADA7F (or 0xBADA7F) is known color: Sulu. HEX triplet: BA, DA and 7F. RGB value is (186,218,127). Sum of RGB (Red+Green+Blue) = 186+218+127=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA7F is #452580. Grayscale: #C6C6C6. Windows color (decimal): -4531585 or 8379066. OLE color: 8379066.
HSL color Cylindrical-coordinate representation of color #BADA7F: hue angle of 81.1º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BADA7F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 127 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.15 |
| HSL | 81.1º | 0.55% | 0.68% | - |
| HSV(B) | 81.1º | 0.42% | 0.85% | - |
| XYZ | 49.15 | 62.11 | 29.48 | - |
| YUV | 198.06 | 87.9 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 127 | 0.15 | 0 | 0.42 | 0.15 | 81.1 | 0.55 | 0.68 |
| Hex | BA | DA | 7F | F | 0 | 2A | F | 51 | 37 | 44 |
| Octal | 272 | 332 | 177 | 17 | 0 | 52 | 17 | 121 | 67 | 104 |
| Binary | 10111010 | 11011010 | 1111111 | 1111 | 0 | 101010 | 1111 | 1010001 | 110111 | 1000100 |
Color Harmonies of #BADA7F
Complementary color
Monochromatic Colors of #BADA7F
Black with #BADA7F
Text Example
Text Example
White with #BADA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA7F; }
p { color: rgb(186,218,127); }
H1.HeaderClassName
{
color: #BADA7F;
}
.AnyTagClassName
{
color: #BADA7F;
}
</style>
background-color css
<style>
a { background-color: #BADA7F; }
a { background-color: rgb(186,218,127); }
div.DivClassName
{
background-color: #BADA7F;
}
.BgClassName
{
background-color: #BADA7F;
}
</style>
border-color css
<style>
span { border-color: #BADA7F; }
span { border-color: rgb(186,218,127); }
td.TdClassName
{
border-color: #BADA7F;
}
.TagClassName
{
border-color: #BADA7F;
}
</style>