Shades of Sulu #BADD7C
Tints of Sulu #BADD7C
RGB
CMYK
RGB Variations
Color information
#BADD7C (or 0xBADD7C) is known color: Sulu. HEX triplet: BA, DD and 7C. RGB value is (186,221,124). Sum of RGB (Red+Green+Blue) = 186+221+124=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD7C is #452283. Grayscale: #C7C7C7. Windows color (decimal): -4530820 or 8183226. OLE color: 8183226.
HSL color Cylindrical-coordinate representation of color #BADD7C: hue angle of 81.65º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BADD7C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 124 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.13 |
| HSL | 81.65º | 0.59% | 0.68% | - |
| HSV(B) | 81.65º | 0.44% | 0.87% | - |
| XYZ | 49.74 | 63.61 | 28.72 | - |
| YUV | 199.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 124 | 0.16 | 0 | 0.44 | 0.13 | 81.65 | 0.59 | 0.68 |
| Hex | BA | DD | 7C | 10 | 0 | 2C | D | 52 | 3B | 44 |
| Octal | 272 | 335 | 174 | 20 | 0 | 54 | 15 | 122 | 73 | 104 |
| Binary | 10111010 | 11011101 | 1111100 | 10000 | 0 | 101100 | 1101 | 1010010 | 111011 | 1000100 |
Color Harmonies of #BADD7C
Complementary color
Monochromatic Colors of #BADD7C
Black with #BADD7C
Text Example
Text Example
White with #BADD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD7C; }
p { color: rgb(186,221,124); }
H1.HeaderClassName
{
color: #BADD7C;
}
.AnyTagClassName
{
color: #BADD7C;
}
</style>
background-color css
<style>
a { background-color: #BADD7C; }
a { background-color: rgb(186,221,124); }
div.DivClassName
{
background-color: #BADD7C;
}
.BgClassName
{
background-color: #BADD7C;
}
</style>
border-color css
<style>
span { border-color: #BADD7C; }
span { border-color: rgb(186,221,124); }
td.TdClassName
{
border-color: #BADD7C;
}
.TagClassName
{
border-color: #BADD7C;
}
</style>