Shades of Sulu #BADE73
Tints of Sulu #BADE73
RGB
CMYK
RGB Variations
Color information
#BADE73 (or 0xBADE73) is known color: Sulu. HEX triplet: BA, DE and 73. RGB value is (186,222,115). Sum of RGB (Red+Green+Blue) = 186+222+115=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE73 is #45218C. Grayscale: #C7C7C7. Windows color (decimal): -4530573 or 7593658. OLE color: 7593658.
HSL color Cylindrical-coordinate representation of color #BADE73: hue angle of 80.19º degrees, saturation: 0.62, 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 #BADE73 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 115 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.13 |
| HSL | 80.19º | 0.62% | 0.66% | - |
| HSV(B) | 80.19º | 0.48% | 0.87% | - |
| XYZ | 49.47 | 63.92 | 25.95 | - |
| YUV | 199.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 115 | 0.16 | 0 | 0.48 | 0.13 | 80.19 | 0.62 | 0.66 |
| Hex | BA | DE | 73 | 10 | 0 | 30 | D | 50 | 3E | 42 |
| Octal | 272 | 336 | 163 | 20 | 0 | 60 | 15 | 120 | 76 | 102 |
| Binary | 10111010 | 11011110 | 1110011 | 10000 | 0 | 110000 | 1101 | 1010000 | 111110 | 1000010 |
Color Harmonies of #BADE73
Complementary color
Monochromatic Colors of #BADE73
Black with #BADE73
Text Example
Text Example
White with #BADE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE73; }
p { color: rgb(186,222,115); }
H1.HeaderClassName
{
color: #BADE73;
}
.AnyTagClassName
{
color: #BADE73;
}
</style>
background-color css
<style>
a { background-color: #BADE73; }
a { background-color: rgb(186,222,115); }
div.DivClassName
{
background-color: #BADE73;
}
.BgClassName
{
background-color: #BADE73;
}
</style>
border-color css
<style>
span { border-color: #BADE73; }
span { border-color: rgb(186,222,115); }
td.TdClassName
{
border-color: #BADE73;
}
.TagClassName
{
border-color: #BADE73;
}
</style>