Shades of Sulu #BADD84
Tints of Sulu #BADD84
RGB
CMYK
RGB Variations
Color information
#BADD84 (or 0xBADD84) is known color: Sulu. HEX triplet: BA, DD and 84. RGB value is (186,221,132). Sum of RGB (Red+Green+Blue) = 186+221+132=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD84 is #45227B. Grayscale: #C8C8C8. Windows color (decimal): -4530812 or 8707514. OLE color: 8707514.
HSL color Cylindrical-coordinate representation of color #BADD84: hue angle of 83.6º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BADD84 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 132 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.13 |
| HSL | 83.6º | 0.57% | 0.69% | - |
| HSV(B) | 83.6º | 0.4% | 0.87% | - |
| XYZ | 50.27 | 63.82 | 31.5 | - |
| YUV | 200.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 132 | 0.16 | 0 | 0.40 | 0.13 | 83.6 | 0.57 | 0.69 |
| Hex | BA | DD | 84 | 10 | 0 | 28 | D | 54 | 39 | 45 |
| Octal | 272 | 335 | 204 | 20 | 0 | 50 | 15 | 124 | 71 | 105 |
| Binary | 10111010 | 11011101 | 10000100 | 10000 | 0 | 101000 | 1101 | 1010100 | 111001 | 1000101 |
Color Harmonies of #BADD84
Complementary color
Monochromatic Colors of #BADD84
Black with #BADD84
Text Example
Text Example
White with #BADD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD84; }
p { color: rgb(186,221,132); }
H1.HeaderClassName
{
color: #BADD84;
}
.AnyTagClassName
{
color: #BADD84;
}
</style>
background-color css
<style>
a { background-color: #BADD84; }
a { background-color: rgb(186,221,132); }
div.DivClassName
{
background-color: #BADD84;
}
.BgClassName
{
background-color: #BADD84;
}
</style>
border-color css
<style>
span { border-color: #BADD84; }
span { border-color: rgb(186,221,132); }
td.TdClassName
{
border-color: #BADD84;
}
.TagClassName
{
border-color: #BADD84;
}
</style>