Shades of Sulu #BADF7E
Tints of Sulu #BADF7E
RGB
CMYK
RGB Variations
Color information
#BADF7E (or 0xBADF7E) is known color: Sulu. HEX triplet: BA, DF and 7E. RGB value is (186,223,126). Sum of RGB (Red+Green+Blue) = 186+223+126=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF7E is #452081. Grayscale: #C9C9C9. Windows color (decimal): -4530306 or 8314810. OLE color: 8314810.
HSL color Cylindrical-coordinate representation of color #BADF7E: hue angle of 82.89º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BADF7E is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 126 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.13 |
| HSL | 82.89º | 0.6% | 0.68% | - |
| HSV(B) | 82.89º | 0.43% | 0.87% | - |
| XYZ | 50.4 | 64.72 | 29.57 | - |
| YUV | 200.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 126 | 0.17 | 0 | 0.43 | 0.13 | 82.89 | 0.6 | 0.68 |
| Hex | BA | DF | 7E | 11 | 0 | 2B | D | 53 | 3C | 44 |
| Octal | 272 | 337 | 176 | 21 | 0 | 53 | 15 | 123 | 74 | 104 |
| Binary | 10111010 | 11011111 | 1111110 | 10001 | 0 | 101011 | 1101 | 1010011 | 111100 | 1000100 |
Color Harmonies of #BADF7E
Complementary color
Monochromatic Colors of #BADF7E
Black with #BADF7E
Text Example
Text Example
White with #BADF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF7E; }
p { color: rgb(186,223,126); }
H1.HeaderClassName
{
color: #BADF7E;
}
.AnyTagClassName
{
color: #BADF7E;
}
</style>
background-color css
<style>
a { background-color: #BADF7E; }
a { background-color: rgb(186,223,126); }
div.DivClassName
{
background-color: #BADF7E;
}
.BgClassName
{
background-color: #BADF7E;
}
</style>
border-color css
<style>
span { border-color: #BADF7E; }
span { border-color: rgb(186,223,126); }
td.TdClassName
{
border-color: #BADF7E;
}
.TagClassName
{
border-color: #BADF7E;
}
</style>