Shades of Sulu #BADF7C
Tints of Sulu #BADF7C
RGB
CMYK
RGB Variations
Color information
#BADF7C (or 0xBADF7C) is known color: Sulu. HEX triplet: BA, DF and 7C. RGB value is (186,223,124). Sum of RGB (Red+Green+Blue) = 186+223+124=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF7C is #452083. Grayscale: #C9C9C9. Windows color (decimal): -4530308 or 8183738. OLE color: 8183738.
HSL color Cylindrical-coordinate representation of color #BADF7C: hue angle of 82.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BADF7C is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 124 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.13 |
| HSL | 82.42º | 0.61% | 0.68% | - |
| HSV(B) | 82.42º | 0.44% | 0.87% | - |
| XYZ | 50.28 | 64.67 | 28.9 | - |
| YUV | 200.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 124 | 0.17 | 0 | 0.44 | 0.13 | 82.42 | 0.61 | 0.68 |
| Hex | BA | DF | 7C | 11 | 0 | 2C | D | 52 | 3D | 44 |
| Octal | 272 | 337 | 174 | 21 | 0 | 54 | 15 | 122 | 75 | 104 |
| Binary | 10111010 | 11011111 | 1111100 | 10001 | 0 | 101100 | 1101 | 1010010 | 111101 | 1000100 |
Color Harmonies of #BADF7C
Complementary color
Monochromatic Colors of #BADF7C
Black with #BADF7C
Text Example
Text Example
White with #BADF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF7C; }
p { color: rgb(186,223,124); }
H1.HeaderClassName
{
color: #BADF7C;
}
.AnyTagClassName
{
color: #BADF7C;
}
</style>
background-color css
<style>
a { background-color: #BADF7C; }
a { background-color: rgb(186,223,124); }
div.DivClassName
{
background-color: #BADF7C;
}
.BgClassName
{
background-color: #BADF7C;
}
</style>
border-color css
<style>
span { border-color: #BADF7C; }
span { border-color: rgb(186,223,124); }
td.TdClassName
{
border-color: #BADF7C;
}
.TagClassName
{
border-color: #BADF7C;
}
</style>