Shades of Sulu #BDE388
Tints of Sulu #BDE388
RGB
CMYK
RGB Variations
Color information
#BDE388 (or 0xBDE388) is known color: Sulu. HEX triplet: BD, E3 and 88. RGB value is (189,227,136). Sum of RGB (Red+Green+Blue) = 189+227+136=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE388 is #421C77. Grayscale: #CDCDCD. Windows color (decimal): -4332664 or 8971197. OLE color: 8971197.
HSL color Cylindrical-coordinate representation of color #BDE388: hue angle of 85.05º 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 #BDE388 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 136 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.11 |
| HSL | 85.05º | 0.62% | 0.71% | - |
| HSV(B) | 85.05º | 0.4% | 0.89% | - |
| XYZ | 52.9 | 67.53 | 33.54 | - |
| YUV | 205.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 136 | 0.17 | 0 | 0.40 | 0.11 | 85.05 | 0.62 | 0.71 |
| Hex | BD | E3 | 88 | 11 | 0 | 28 | B | 55 | 3E | 47 |
| Octal | 275 | 343 | 210 | 21 | 0 | 50 | 13 | 125 | 76 | 107 |
| Binary | 10111101 | 11100011 | 10001000 | 10001 | 0 | 101000 | 1011 | 1010101 | 111110 | 1000111 |
Color Harmonies of #BDE388
Complementary color
Monochromatic Colors of #BDE388
Black with #BDE388
Text Example
Text Example
White with #BDE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE388; }
p { color: rgb(189,227,136); }
H1.HeaderClassName
{
color: #BDE388;
}
.AnyTagClassName
{
color: #BDE388;
}
</style>
background-color css
<style>
a { background-color: #BDE388; }
a { background-color: rgb(189,227,136); }
div.DivClassName
{
background-color: #BDE388;
}
.BgClassName
{
background-color: #BDE388;
}
</style>
border-color css
<style>
span { border-color: #BDE388; }
span { border-color: rgb(189,227,136); }
td.TdClassName
{
border-color: #BDE388;
}
.TagClassName
{
border-color: #BDE388;
}
</style>