Shades of Sulu #BDE387
Tints of Sulu #BDE387
RGB
CMYK
RGB Variations
Color information
#BDE387 (or 0xBDE387) is known color: Sulu. HEX triplet: BD, E3 and 87. RGB value is (189,227,135). Sum of RGB (Red+Green+Blue) = 189+227+135=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE387 is #421C78. Grayscale: #CDCDCD. Windows color (decimal): -4332665 or 8905661. OLE color: 8905661.
HSL color Cylindrical-coordinate representation of color #BDE387: hue angle of 84.78º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDE387 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 135 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.11 |
| HSL | 84.78º | 0.62% | 0.71% | - |
| HSV(B) | 84.78º | 0.41% | 0.89% | - |
| XYZ | 52.83 | 67.51 | 33.17 | - |
| YUV | 205.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 135 | 0.17 | 0 | 0.41 | 0.11 | 84.78 | 0.62 | 0.71 |
| Hex | BD | E3 | 87 | 11 | 0 | 29 | B | 55 | 3E | 47 |
| Octal | 275 | 343 | 207 | 21 | 0 | 51 | 13 | 125 | 76 | 107 |
| Binary | 10111101 | 11100011 | 10000111 | 10001 | 0 | 101001 | 1011 | 1010101 | 111110 | 1000111 |
Color Harmonies of #BDE387
Complementary color
Monochromatic Colors of #BDE387
Black with #BDE387
Text Example
Text Example
White with #BDE387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE387; }
p { color: rgb(189,227,135); }
H1.HeaderClassName
{
color: #BDE387;
}
.AnyTagClassName
{
color: #BDE387;
}
</style>
background-color css
<style>
a { background-color: #BDE387; }
a { background-color: rgb(189,227,135); }
div.DivClassName
{
background-color: #BDE387;
}
.BgClassName
{
background-color: #BDE387;
}
</style>
border-color css
<style>
span { border-color: #BDE387; }
span { border-color: rgb(189,227,135); }
td.TdClassName
{
border-color: #BDE387;
}
.TagClassName
{
border-color: #BDE387;
}
</style>