Shades of Sulu #BADE7F
Tints of Sulu #BADE7F
RGB
CMYK
RGB Variations
Color information
#BADE7F (or 0xBADE7F) is known color: Sulu. HEX triplet: BA, DE and 7F. RGB value is (186,222,127). Sum of RGB (Red+Green+Blue) = 186+222+127=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE7F is #452180. Grayscale: #C8C8C8. Windows color (decimal): -4530561 or 8380090. OLE color: 8380090.
HSL color Cylindrical-coordinate representation of color #BADE7F: hue angle of 82.74º degrees, saturation: 0.59, 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 #BADE7F is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 127 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.13 |
| HSL | 82.74º | 0.59% | 0.68% | - |
| HSV(B) | 82.74º | 0.43% | 0.87% | - |
| XYZ | 50.2 | 64.21 | 29.83 | - |
| YUV | 200.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 127 | 0.16 | 0 | 0.43 | 0.13 | 82.74 | 0.59 | 0.68 |
| Hex | BA | DE | 7F | 10 | 0 | 2B | D | 53 | 3B | 44 |
| Octal | 272 | 336 | 177 | 20 | 0 | 53 | 15 | 123 | 73 | 104 |
| Binary | 10111010 | 11011110 | 1111111 | 10000 | 0 | 101011 | 1101 | 1010011 | 111011 | 1000100 |
Color Harmonies of #BADE7F
Complementary color
Monochromatic Colors of #BADE7F
Black with #BADE7F
Text Example
Text Example
White with #BADE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE7F; }
p { color: rgb(186,222,127); }
H1.HeaderClassName
{
color: #BADE7F;
}
.AnyTagClassName
{
color: #BADE7F;
}
</style>
background-color css
<style>
a { background-color: #BADE7F; }
a { background-color: rgb(186,222,127); }
div.DivClassName
{
background-color: #BADE7F;
}
.BgClassName
{
background-color: #BADE7F;
}
</style>
border-color css
<style>
span { border-color: #BADE7F; }
span { border-color: rgb(186,222,127); }
td.TdClassName
{
border-color: #BADE7F;
}
.TagClassName
{
border-color: #BADE7F;
}
</style>