Shades of Sulu #BDE38D
Tints of Sulu #BDE38D
RGB
CMYK
RGB Variations
Color information
#BDE38D (or 0xBDE38D) is known color: Sulu. HEX triplet: BD, E3 and 8D. RGB value is (189,227,141). Sum of RGB (Red+Green+Blue) = 189+227+141=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE38D is #421C72. Grayscale: #CECECE. Windows color (decimal): -4332659 or 9298877. OLE color: 9298877.
HSL color Cylindrical-coordinate representation of color #BDE38D: hue angle of 86.51º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE38D is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 141 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.11 |
| HSL | 86.51º | 0.61% | 0.72% | - |
| HSV(B) | 86.51º | 0.38% | 0.89% | - |
| XYZ | 53.26 | 67.68 | 35.46 | - |
| YUV | 205.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 141 | 0.17 | 0 | 0.38 | 0.11 | 86.51 | 0.61 | 0.72 |
| Hex | BD | E3 | 8D | 11 | 0 | 26 | B | 57 | 3D | 48 |
| Octal | 275 | 343 | 215 | 21 | 0 | 46 | 13 | 127 | 75 | 110 |
| Binary | 10111101 | 11100011 | 10001101 | 10001 | 0 | 100110 | 1011 | 1010111 | 111101 | 1001000 |
Color Harmonies of #BDE38D
Complementary color
Monochromatic Colors of #BDE38D
Black with #BDE38D
Text Example
Text Example
White with #BDE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE38D; }
p { color: rgb(189,227,141); }
H1.HeaderClassName
{
color: #BDE38D;
}
.AnyTagClassName
{
color: #BDE38D;
}
</style>
background-color css
<style>
a { background-color: #BDE38D; }
a { background-color: rgb(189,227,141); }
div.DivClassName
{
background-color: #BDE38D;
}
.BgClassName
{
background-color: #BDE38D;
}
</style>
border-color css
<style>
span { border-color: #BDE38D; }
span { border-color: rgb(189,227,141); }
td.TdClassName
{
border-color: #BDE38D;
}
.TagClassName
{
border-color: #BDE38D;
}
</style>