Shades of Sulu #BADE7B
Tints of Sulu #BADE7B
RGB
CMYK
RGB Variations
Color information
#BADE7B (or 0xBADE7B) is known color: Sulu. HEX triplet: BA, DE and 7B. RGB value is (186,222,123). Sum of RGB (Red+Green+Blue) = 186+222+123=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE7B is #452184. Grayscale: #C8C8C8. Windows color (decimal): -4530565 or 8117946. OLE color: 8117946.
HSL color Cylindrical-coordinate representation of color #BADE7B: hue angle of 81.82º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BADE7B is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 123 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.13 |
| HSL | 81.82º | 0.6% | 0.68% | - |
| HSV(B) | 81.82º | 0.45% | 0.87% | - |
| XYZ | 49.95 | 64.11 | 28.48 | - |
| YUV | 199.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 123 | 0.16 | 0 | 0.45 | 0.13 | 81.82 | 0.6 | 0.68 |
| Hex | BA | DE | 7B | 10 | 0 | 2D | D | 52 | 3C | 44 |
| Octal | 272 | 336 | 173 | 20 | 0 | 55 | 15 | 122 | 74 | 104 |
| Binary | 10111010 | 11011110 | 1111011 | 10000 | 0 | 101101 | 1101 | 1010010 | 111100 | 1000100 |
Color Harmonies of #BADE7B
Complementary color
Monochromatic Colors of #BADE7B
Black with #BADE7B
Text Example
Text Example
White with #BADE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE7B; }
p { color: rgb(186,222,123); }
H1.HeaderClassName
{
color: #BADE7B;
}
.AnyTagClassName
{
color: #BADE7B;
}
</style>
background-color css
<style>
a { background-color: #BADE7B; }
a { background-color: rgb(186,222,123); }
div.DivClassName
{
background-color: #BADE7B;
}
.BgClassName
{
background-color: #BADE7B;
}
</style>
border-color css
<style>
span { border-color: #BADE7B; }
span { border-color: rgb(186,222,123); }
td.TdClassName
{
border-color: #BADE7B;
}
.TagClassName
{
border-color: #BADE7B;
}
</style>