Shades of Sulu #BDE18D
Tints of Sulu #BDE18D
RGB
CMYK
RGB Variations
Color information
#BDE18D (or 0xBDE18D) is known color: Sulu. HEX triplet: BD, E1 and 8D. RGB value is (189,225,141). Sum of RGB (Red+Green+Blue) = 189+225+141=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE18D is #421E72. Grayscale: #CCCCCC. Windows color (decimal): -4333171 or 9298365. OLE color: 9298365.
HSL color Cylindrical-coordinate representation of color #BDE18D: hue angle of 85.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDE18D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 141 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.12 |
| HSL | 85.71º | 0.58% | 0.72% | - |
| HSV(B) | 85.71º | 0.37% | 0.88% | - |
| XYZ | 52.72 | 66.59 | 35.27 | - |
| YUV | 204.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 141 | 0.16 | 0 | 0.37 | 0.12 | 85.71 | 0.58 | 0.72 |
| Hex | BD | E1 | 8D | 10 | 0 | 25 | C | 56 | 3A | 48 |
| Octal | 275 | 341 | 215 | 20 | 0 | 45 | 14 | 126 | 72 | 110 |
| Binary | 10111101 | 11100001 | 10001101 | 10000 | 0 | 100101 | 1100 | 1010110 | 111010 | 1001000 |
Color Harmonies of #BDE18D
Complementary color
Monochromatic Colors of #BDE18D
Black with #BDE18D
Text Example
Text Example
White with #BDE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE18D; }
p { color: rgb(189,225,141); }
H1.HeaderClassName
{
color: #BDE18D;
}
.AnyTagClassName
{
color: #BDE18D;
}
</style>
background-color css
<style>
a { background-color: #BDE18D; }
a { background-color: rgb(189,225,141); }
div.DivClassName
{
background-color: #BDE18D;
}
.BgClassName
{
background-color: #BDE18D;
}
</style>
border-color css
<style>
span { border-color: #BDE18D; }
span { border-color: rgb(189,225,141); }
td.TdClassName
{
border-color: #BDE18D;
}
.TagClassName
{
border-color: #BDE18D;
}
</style>