Shades of Sulu #BADF7D
Tints of Sulu #BADF7D
RGB
CMYK
RGB Variations
Color information
#BADF7D (or 0xBADF7D) is known color: Sulu. HEX triplet: BA, DF and 7D. RGB value is (186,223,125). Sum of RGB (Red+Green+Blue) = 186+223+125=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF7D is #452082. Grayscale: #C9C9C9. Windows color (decimal): -4530307 or 8249274. OLE color: 8249274.
HSL color Cylindrical-coordinate representation of color #BADF7D: hue angle of 82.65º degrees, saturation: 0.6, 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 #BADF7D is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 125 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.13 |
| HSL | 82.65º | 0.6% | 0.68% | - |
| HSV(B) | 82.65º | 0.44% | 0.87% | - |
| XYZ | 50.34 | 64.7 | 29.24 | - |
| YUV | 200.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 125 | 0.17 | 0 | 0.44 | 0.13 | 82.65 | 0.6 | 0.68 |
| Hex | BA | DF | 7D | 11 | 0 | 2C | D | 53 | 3C | 44 |
| Octal | 272 | 337 | 175 | 21 | 0 | 54 | 15 | 123 | 74 | 104 |
| Binary | 10111010 | 11011111 | 1111101 | 10001 | 0 | 101100 | 1101 | 1010011 | 111100 | 1000100 |
Color Harmonies of #BADF7D
Complementary color
Monochromatic Colors of #BADF7D
Black with #BADF7D
Text Example
Text Example
White with #BADF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF7D; }
p { color: rgb(186,223,125); }
H1.HeaderClassName
{
color: #BADF7D;
}
.AnyTagClassName
{
color: #BADF7D;
}
</style>
background-color css
<style>
a { background-color: #BADF7D; }
a { background-color: rgb(186,223,125); }
div.DivClassName
{
background-color: #BADF7D;
}
.BgClassName
{
background-color: #BADF7D;
}
</style>
border-color css
<style>
span { border-color: #BADF7D; }
span { border-color: rgb(186,223,125); }
td.TdClassName
{
border-color: #BADF7D;
}
.TagClassName
{
border-color: #BADF7D;
}
</style>