Shades of Sulu #BADD75
Tints of Sulu #BADD75
RGB
CMYK
RGB Variations
Color information
#BADD75 (or 0xBADD75) is known color: Sulu. HEX triplet: BA, DD and 75. RGB value is (186,221,117). Sum of RGB (Red+Green+Blue) = 186+221+117=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD75 is #45228A. Grayscale: #C7C7C7. Windows color (decimal): -4530827 or 7724474. OLE color: 7724474.
HSL color Cylindrical-coordinate representation of color #BADD75: hue angle of 80.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BADD75 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 117 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.13 |
| HSL | 80.19º | 0.6% | 0.66% | - |
| HSV(B) | 80.19º | 0.47% | 0.87% | - |
| XYZ | 49.32 | 63.44 | 26.47 | - |
| YUV | 198.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 117 | 0.16 | 0 | 0.47 | 0.13 | 80.19 | 0.6 | 0.66 |
| Hex | BA | DD | 75 | 10 | 0 | 2F | D | 50 | 3C | 42 |
| Octal | 272 | 335 | 165 | 20 | 0 | 57 | 15 | 120 | 74 | 102 |
| Binary | 10111010 | 11011101 | 1110101 | 10000 | 0 | 101111 | 1101 | 1010000 | 111100 | 1000010 |
Color Harmonies of #BADD75
Complementary color
Monochromatic Colors of #BADD75
Black with #BADD75
Text Example
Text Example
White with #BADD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD75; }
p { color: rgb(186,221,117); }
H1.HeaderClassName
{
color: #BADD75;
}
.AnyTagClassName
{
color: #BADD75;
}
</style>
background-color css
<style>
a { background-color: #BADD75; }
a { background-color: rgb(186,221,117); }
div.DivClassName
{
background-color: #BADD75;
}
.BgClassName
{
background-color: #BADD75;
}
</style>
border-color css
<style>
span { border-color: #BADD75; }
span { border-color: rgb(186,221,117); }
td.TdClassName
{
border-color: #BADD75;
}
.TagClassName
{
border-color: #BADD75;
}
</style>