Shades of Sulu #BDE485
Tints of Sulu #BDE485
RGB
CMYK
RGB Variations
Color information
#BDE485 (or 0xBDE485) is known color: Sulu. HEX triplet: BD, E4 and 85. RGB value is (189,228,133). Sum of RGB (Red+Green+Blue) = 189+228+133=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE485 is #421B7A. Grayscale: #CDCDCD. Windows color (decimal): -4332411 or 8774845. OLE color: 8774845.
HSL color Cylindrical-coordinate representation of color #BDE485: hue angle of 84.63º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE485 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 133 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.11 |
| HSL | 84.63º | 0.64% | 0.71% | - |
| HSV(B) | 84.63º | 0.42% | 0.89% | - |
| XYZ | 52.96 | 68 | 32.52 | - |
| YUV | 205.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 133 | 0.17 | 0 | 0.42 | 0.11 | 84.63 | 0.64 | 0.71 |
| Hex | BD | E4 | 85 | 11 | 0 | 2A | B | 55 | 40 | 47 |
| Octal | 275 | 344 | 205 | 21 | 0 | 52 | 13 | 125 | 100 | 107 |
| Binary | 10111101 | 11100100 | 10000101 | 10001 | 0 | 101010 | 1011 | 1010101 | 1000000 | 1000111 |
Color Harmonies of #BDE485
Complementary color
Monochromatic Colors of #BDE485
Black with #BDE485
Text Example
Text Example
White with #BDE485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE485; }
p { color: rgb(189,228,133); }
H1.HeaderClassName
{
color: #BDE485;
}
.AnyTagClassName
{
color: #BDE485;
}
</style>
background-color css
<style>
a { background-color: #BDE485; }
a { background-color: rgb(189,228,133); }
div.DivClassName
{
background-color: #BDE485;
}
.BgClassName
{
background-color: #BDE485;
}
</style>
border-color css
<style>
span { border-color: #BDE485; }
span { border-color: rgb(189,228,133); }
td.TdClassName
{
border-color: #BDE485;
}
.TagClassName
{
border-color: #BDE485;
}
</style>