Shades of Sulu #BDE384
Tints of Sulu #BDE384
RGB
CMYK
RGB Variations
Color information
#BDE384 (or 0xBDE384) is known color: Sulu. HEX triplet: BD, E3 and 84. RGB value is (189,227,132). Sum of RGB (Red+Green+Blue) = 189+227+132=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE384 is #421C7B. Grayscale: #CDCDCD. Windows color (decimal): -4332668 or 8709053. OLE color: 8709053.
HSL color Cylindrical-coordinate representation of color #BDE384: hue angle of 84º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE384 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 132 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.11 |
| HSL | 84º | 0.63% | 0.7% | - |
| HSV(B) | 84º | 0.42% | 0.89% | - |
| XYZ | 52.62 | 67.42 | 32.07 | - |
| YUV | 204.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 132 | 0.17 | 0 | 0.42 | 0.11 | 84 | 0.63 | 0.7 |
| Hex | BD | E3 | 84 | 11 | 0 | 2A | B | 54 | 3F | 46 |
| Octal | 275 | 343 | 204 | 21 | 0 | 52 | 13 | 124 | 77 | 106 |
| Binary | 10111101 | 11100011 | 10000100 | 10001 | 0 | 101010 | 1011 | 1010100 | 111111 | 1000110 |
Color Harmonies of #BDE384
Complementary color
Monochromatic Colors of #BDE384
Black with #BDE384
Text Example
Text Example
White with #BDE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE384; }
p { color: rgb(189,227,132); }
H1.HeaderClassName
{
color: #BDE384;
}
.AnyTagClassName
{
color: #BDE384;
}
</style>
background-color css
<style>
a { background-color: #BDE384; }
a { background-color: rgb(189,227,132); }
div.DivClassName
{
background-color: #BDE384;
}
.BgClassName
{
background-color: #BDE384;
}
</style>
border-color css
<style>
span { border-color: #BDE384; }
span { border-color: rgb(189,227,132); }
td.TdClassName
{
border-color: #BDE384;
}
.TagClassName
{
border-color: #BDE384;
}
</style>