Shades of Sulu #BADD78
Tints of Sulu #BADD78
RGB
CMYK
RGB Variations
Color information
#BADD78 (or 0xBADD78) is known color: Sulu. HEX triplet: BA, DD and 78. RGB value is (186,221,120). Sum of RGB (Red+Green+Blue) = 186+221+120=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD78 is #452287. Grayscale: #C7C7C7. Windows color (decimal): -4530824 or 7921082. OLE color: 7921082.
HSL color Cylindrical-coordinate representation of color #BADD78: hue angle of 80.79º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BADD78 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 120 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.13 |
| HSL | 80.79º | 0.6% | 0.67% | - |
| HSV(B) | 80.79º | 0.46% | 0.87% | - |
| XYZ | 49.5 | 63.51 | 27.42 | - |
| YUV | 199.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 120 | 0.16 | 0 | 0.46 | 0.13 | 80.79 | 0.6 | 0.67 |
| Hex | BA | DD | 78 | 10 | 0 | 2E | D | 51 | 3C | 43 |
| Octal | 272 | 335 | 170 | 20 | 0 | 56 | 15 | 121 | 74 | 103 |
| Binary | 10111010 | 11011101 | 1111000 | 10000 | 0 | 101110 | 1101 | 1010001 | 111100 | 1000011 |
Color Harmonies of #BADD78
Complementary color
Monochromatic Colors of #BADD78
Black with #BADD78
Text Example
Text Example
White with #BADD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD78; }
p { color: rgb(186,221,120); }
H1.HeaderClassName
{
color: #BADD78;
}
.AnyTagClassName
{
color: #BADD78;
}
</style>
background-color css
<style>
a { background-color: #BADD78; }
a { background-color: rgb(186,221,120); }
div.DivClassName
{
background-color: #BADD78;
}
.BgClassName
{
background-color: #BADD78;
}
</style>
border-color css
<style>
span { border-color: #BADD78; }
span { border-color: rgb(186,221,120); }
td.TdClassName
{
border-color: #BADD78;
}
.TagClassName
{
border-color: #BADD78;
}
</style>