Shades of Sulu #BADD79
Tints of Sulu #BADD79
RGB
CMYK
RGB Variations
Color information
#BADD79 (or 0xBADD79) is known color: Sulu. HEX triplet: BA, DD and 79. RGB value is (186,221,121). Sum of RGB (Red+Green+Blue) = 186+221+121=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD79 is #452286. Grayscale: #C7C7C7. Windows color (decimal): -4530823 or 7986618. OLE color: 7986618.
HSL color Cylindrical-coordinate representation of color #BADD79: hue angle of 81º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BADD79 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 121 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.13 |
| HSL | 81º | 0.6% | 0.67% | - |
| HSV(B) | 81º | 0.45% | 0.87% | - |
| XYZ | 49.56 | 63.53 | 27.74 | - |
| YUV | 199.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 121 | 0.16 | 0 | 0.45 | 0.13 | 81 | 0.6 | 0.67 |
| Hex | BA | DD | 79 | 10 | 0 | 2D | D | 51 | 3C | 43 |
| Octal | 272 | 335 | 171 | 20 | 0 | 55 | 15 | 121 | 74 | 103 |
| Binary | 10111010 | 11011101 | 1111001 | 10000 | 0 | 101101 | 1101 | 1010001 | 111100 | 1000011 |
Color Harmonies of #BADD79
Complementary color
Monochromatic Colors of #BADD79
Black with #BADD79
Text Example
Text Example
White with #BADD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD79; }
p { color: rgb(186,221,121); }
H1.HeaderClassName
{
color: #BADD79;
}
.AnyTagClassName
{
color: #BADD79;
}
</style>
background-color css
<style>
a { background-color: #BADD79; }
a { background-color: rgb(186,221,121); }
div.DivClassName
{
background-color: #BADD79;
}
.BgClassName
{
background-color: #BADD79;
}
</style>
border-color css
<style>
span { border-color: #BADD79; }
span { border-color: rgb(186,221,121); }
td.TdClassName
{
border-color: #BADD79;
}
.TagClassName
{
border-color: #BADD79;
}
</style>