Shades of Sulu #BDE582
Tints of Sulu #BDE582
RGB
CMYK
RGB Variations
Color information
#BDE582 (or 0xBDE582) is known color: Sulu. HEX triplet: BD, E5 and 82. RGB value is (189,229,130). Sum of RGB (Red+Green+Blue) = 189+229+130=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE582 is #421A7D. Grayscale: #CECECE. Windows color (decimal): -4332158 or 8578493. OLE color: 8578493.
HSL color Cylindrical-coordinate representation of color #BDE582: hue angle of 84.24º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDE582 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 130 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.10 |
| HSL | 84.24º | 0.66% | 0.7% | - |
| HSV(B) | 84.24º | 0.43% | 0.9% | - |
| XYZ | 53.03 | 68.47 | 31.54 | - |
| YUV | 205.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 130 | 0.17 | 0 | 0.43 | 0.10 | 84.24 | 0.66 | 0.7 |
| Hex | BD | E5 | 82 | 11 | 0 | 2B | A | 54 | 42 | 46 |
| Octal | 275 | 345 | 202 | 21 | 0 | 53 | 12 | 124 | 102 | 106 |
| Binary | 10111101 | 11100101 | 10000010 | 10001 | 0 | 101011 | 1010 | 1010100 | 1000010 | 1000110 |
Color Harmonies of #BDE582
Complementary color
Monochromatic Colors of #BDE582
Black with #BDE582
Text Example
Text Example
White with #BDE582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE582; }
p { color: rgb(189,229,130); }
H1.HeaderClassName
{
color: #BDE582;
}
.AnyTagClassName
{
color: #BDE582;
}
</style>
background-color css
<style>
a { background-color: #BDE582; }
a { background-color: rgb(189,229,130); }
div.DivClassName
{
background-color: #BDE582;
}
.BgClassName
{
background-color: #BDE582;
}
</style>
border-color css
<style>
span { border-color: #BDE582; }
span { border-color: rgb(189,229,130); }
td.TdClassName
{
border-color: #BDE582;
}
.TagClassName
{
border-color: #BDE582;
}
</style>