Shades of Sulu #BADD72
Tints of Sulu #BADD72
RGB
CMYK
RGB Variations
Color information
#BADD72 (or 0xBADD72) is known color: Sulu. HEX triplet: BA, DD and 72. RGB value is (186,221,114). Sum of RGB (Red+Green+Blue) = 186+221+114=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD72 is #45228D. Grayscale: #C6C6C6. Windows color (decimal): -4530830 or 7527866. OLE color: 7527866.
HSL color Cylindrical-coordinate representation of color #BADD72: hue angle of 79.63º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BADD72 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 114 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.13 |
| HSL | 79.63º | 0.61% | 0.66% | - |
| HSV(B) | 79.63º | 0.48% | 0.87% | - |
| XYZ | 49.14 | 63.37 | 25.56 | - |
| YUV | 198.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 114 | 0.16 | 0 | 0.48 | 0.13 | 79.63 | 0.61 | 0.66 |
| Hex | BA | DD | 72 | 10 | 0 | 30 | D | 50 | 3D | 42 |
| Octal | 272 | 335 | 162 | 20 | 0 | 60 | 15 | 120 | 75 | 102 |
| Binary | 10111010 | 11011101 | 1110010 | 10000 | 0 | 110000 | 1101 | 1010000 | 111101 | 1000010 |
Color Harmonies of #BADD72
Complementary color
Monochromatic Colors of #BADD72
Black with #BADD72
Text Example
Text Example
White with #BADD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD72; }
p { color: rgb(186,221,114); }
H1.HeaderClassName
{
color: #BADD72;
}
.AnyTagClassName
{
color: #BADD72;
}
</style>
background-color css
<style>
a { background-color: #BADD72; }
a { background-color: rgb(186,221,114); }
div.DivClassName
{
background-color: #BADD72;
}
.BgClassName
{
background-color: #BADD72;
}
</style>
border-color css
<style>
span { border-color: #BADD72; }
span { border-color: rgb(186,221,114); }
td.TdClassName
{
border-color: #BADD72;
}
.TagClassName
{
border-color: #BADD72;
}
</style>