Shades of Sulu #BDE389
Tints of Sulu #BDE389
RGB
CMYK
RGB Variations
Color information
#BDE389 (or 0xBDE389) is known color: Sulu. HEX triplet: BD, E3 and 89. RGB value is (189,227,137). Sum of RGB (Red+Green+Blue) = 189+227+137=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE389 is #421C76. Grayscale: #CDCDCD. Windows color (decimal): -4332663 or 9036733. OLE color: 9036733.
HSL color Cylindrical-coordinate representation of color #BDE389: hue angle of 85.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE389 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 137 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.11 |
| HSL | 85.33º | 0.62% | 0.71% | - |
| HSV(B) | 85.33º | 0.4% | 0.89% | - |
| XYZ | 52.97 | 67.56 | 33.92 | - |
| YUV | 205.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 137 | 0.17 | 0 | 0.40 | 0.11 | 85.33 | 0.62 | 0.71 |
| Hex | BD | E3 | 89 | 11 | 0 | 28 | B | 55 | 3E | 47 |
| Octal | 275 | 343 | 211 | 21 | 0 | 50 | 13 | 125 | 76 | 107 |
| Binary | 10111101 | 11100011 | 10001001 | 10001 | 0 | 101000 | 1011 | 1010101 | 111110 | 1000111 |
Color Harmonies of #BDE389
Complementary color
Monochromatic Colors of #BDE389
Black with #BDE389
Text Example
Text Example
White with #BDE389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE389; }
p { color: rgb(189,227,137); }
H1.HeaderClassName
{
color: #BDE389;
}
.AnyTagClassName
{
color: #BDE389;
}
</style>
background-color css
<style>
a { background-color: #BDE389; }
a { background-color: rgb(189,227,137); }
div.DivClassName
{
background-color: #BDE389;
}
.BgClassName
{
background-color: #BDE389;
}
</style>
border-color css
<style>
span { border-color: #BDE389; }
span { border-color: rgb(189,227,137); }
td.TdClassName
{
border-color: #BDE389;
}
.TagClassName
{
border-color: #BDE389;
}
</style>