Shades of Sulu #BDE58A
Tints of Sulu #BDE58A
RGB
CMYK
RGB Variations
Color information
#BDE58A (or 0xBDE58A) is known color: Sulu. HEX triplet: BD, E5 and 8A. RGB value is (189,229,138). Sum of RGB (Red+Green+Blue) = 189+229+138=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE58A is #421A75. Grayscale: #CECECE. Windows color (decimal): -4332150 or 9102781. OLE color: 9102781.
HSL color Cylindrical-coordinate representation of color #BDE58A: hue angle of 86.37º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE58A is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 138 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.10 |
| HSL | 86.37º | 0.64% | 0.72% | - |
| HSV(B) | 86.37º | 0.4% | 0.9% | - |
| XYZ | 53.59 | 68.69 | 34.48 | - |
| YUV | 206.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 138 | 0.17 | 0 | 0.40 | 0.10 | 86.37 | 0.64 | 0.72 |
| Hex | BD | E5 | 8A | 11 | 0 | 28 | A | 56 | 40 | 48 |
| Octal | 275 | 345 | 212 | 21 | 0 | 50 | 12 | 126 | 100 | 110 |
| Binary | 10111101 | 11100101 | 10001010 | 10001 | 0 | 101000 | 1010 | 1010110 | 1000000 | 1001000 |
Color Harmonies of #BDE58A
Complementary color
Monochromatic Colors of #BDE58A
Black with #BDE58A
Text Example
Text Example
White with #BDE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE58A; }
p { color: rgb(189,229,138); }
H1.HeaderClassName
{
color: #BDE58A;
}
.AnyTagClassName
{
color: #BDE58A;
}
</style>
background-color css
<style>
a { background-color: #BDE58A; }
a { background-color: rgb(189,229,138); }
div.DivClassName
{
background-color: #BDE58A;
}
.BgClassName
{
background-color: #BDE58A;
}
</style>
border-color css
<style>
span { border-color: #BDE58A; }
span { border-color: rgb(189,229,138); }
td.TdClassName
{
border-color: #BDE58A;
}
.TagClassName
{
border-color: #BDE58A;
}
</style>