Shades of Sulu #BADF7B
Tints of Sulu #BADF7B
RGB
CMYK
RGB Variations
Color information
#BADF7B (or 0xBADF7B) is known color: Sulu. HEX triplet: BA, DF and 7B. RGB value is (186,223,123). Sum of RGB (Red+Green+Blue) = 186+223+123=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF7B is #452084. Grayscale: #C8C8C8. Windows color (decimal): -4530309 or 8118202. OLE color: 8118202.
HSL color Cylindrical-coordinate representation of color #BADF7B: hue angle of 82.2º degrees, saturation: 0.61, 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 #BADF7B is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 123 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.13 |
| HSL | 82.2º | 0.61% | 0.68% | - |
| HSV(B) | 82.2º | 0.45% | 0.87% | - |
| XYZ | 50.21 | 64.64 | 28.57 | - |
| YUV | 200.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 123 | 0.17 | 0 | 0.45 | 0.13 | 82.2 | 0.61 | 0.68 |
| Hex | BA | DF | 7B | 11 | 0 | 2D | D | 52 | 3D | 44 |
| Octal | 272 | 337 | 173 | 21 | 0 | 55 | 15 | 122 | 75 | 104 |
| Binary | 10111010 | 11011111 | 1111011 | 10001 | 0 | 101101 | 1101 | 1010010 | 111101 | 1000100 |
Color Harmonies of #BADF7B
Complementary color
Monochromatic Colors of #BADF7B
Black with #BADF7B
Text Example
Text Example
White with #BADF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF7B; }
p { color: rgb(186,223,123); }
H1.HeaderClassName
{
color: #BADF7B;
}
.AnyTagClassName
{
color: #BADF7B;
}
</style>
background-color css
<style>
a { background-color: #BADF7B; }
a { background-color: rgb(186,223,123); }
div.DivClassName
{
background-color: #BADF7B;
}
.BgClassName
{
background-color: #BADF7B;
}
</style>
border-color css
<style>
span { border-color: #BADF7B; }
span { border-color: rgb(186,223,123); }
td.TdClassName
{
border-color: #BADF7B;
}
.TagClassName
{
border-color: #BADF7B;
}
</style>