Shades of Sulu #BADD87
Tints of Sulu #BADD87
RGB
CMYK
RGB Variations
Color information
#BADD87 (or 0xBADD87) is known color: Sulu. HEX triplet: BA, DD and 87. RGB value is (186,221,135). Sum of RGB (Red+Green+Blue) = 186+221+135=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD87 is #452278. Grayscale: #C9C9C9. Windows color (decimal): -4530809 or 8904122. OLE color: 8904122.
HSL color Cylindrical-coordinate representation of color #BADD87: hue angle of 84.42º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BADD87 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 135 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.13 |
| HSL | 84.42º | 0.56% | 0.7% | - |
| HSV(B) | 84.42º | 0.39% | 0.87% | - |
| XYZ | 50.48 | 63.9 | 32.6 | - |
| YUV | 200.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 135 | 0.16 | 0 | 0.39 | 0.13 | 84.42 | 0.56 | 0.7 |
| Hex | BA | DD | 87 | 10 | 0 | 27 | D | 54 | 38 | 46 |
| Octal | 272 | 335 | 207 | 20 | 0 | 47 | 15 | 124 | 70 | 106 |
| Binary | 10111010 | 11011101 | 10000111 | 10000 | 0 | 100111 | 1101 | 1010100 | 111000 | 1000110 |
Color Harmonies of #BADD87
Complementary color
Monochromatic Colors of #BADD87
Black with #BADD87
Text Example
Text Example
White with #BADD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD87; }
p { color: rgb(186,221,135); }
H1.HeaderClassName
{
color: #BADD87;
}
.AnyTagClassName
{
color: #BADD87;
}
</style>
background-color css
<style>
a { background-color: #BADD87; }
a { background-color: rgb(186,221,135); }
div.DivClassName
{
background-color: #BADD87;
}
.BgClassName
{
background-color: #BADD87;
}
</style>
border-color css
<style>
span { border-color: #BADD87; }
span { border-color: rgb(186,221,135); }
td.TdClassName
{
border-color: #BADD87;
}
.TagClassName
{
border-color: #BADD87;
}
</style>