Shades of Sulu #BDE284
Tints of Sulu #BDE284
RGB
CMYK
RGB Variations
Color information
#BDE284 (or 0xBDE284) is known color: Sulu. HEX triplet: BD, E2 and 84. RGB value is (189,226,132). Sum of RGB (Red+Green+Blue) = 189+226+132=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE284 is #421D7B. Grayscale: #CCCCCC. Windows color (decimal): -4332924 or 8708797. OLE color: 8708797.
HSL color Cylindrical-coordinate representation of color #BDE284: hue angle of 83.62º degrees, saturation: 0.62, 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 #BDE284 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 132 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.11 |
| HSL | 83.62º | 0.62% | 0.7% | - |
| HSV(B) | 83.62º | 0.42% | 0.89% | - |
| XYZ | 52.35 | 66.88 | 31.98 | - |
| YUV | 204.22 | 87.24 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 132 | 0.16 | 0 | 0.42 | 0.11 | 83.62 | 0.62 | 0.7 |
| Hex | BD | E2 | 84 | 10 | 0 | 2A | B | 54 | 3E | 46 |
| Octal | 275 | 342 | 204 | 20 | 0 | 52 | 13 | 124 | 76 | 106 |
| Binary | 10111101 | 11100010 | 10000100 | 10000 | 0 | 101010 | 1011 | 1010100 | 111110 | 1000110 |
Color Harmonies of #BDE284
Complementary color
Monochromatic Colors of #BDE284
Black with #BDE284
Text Example
Text Example
White with #BDE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE284; }
p { color: rgb(189,226,132); }
H1.HeaderClassName
{
color: #BDE284;
}
.AnyTagClassName
{
color: #BDE284;
}
</style>
background-color css
<style>
a { background-color: #BDE284; }
a { background-color: rgb(189,226,132); }
div.DivClassName
{
background-color: #BDE284;
}
.BgClassName
{
background-color: #BDE284;
}
</style>
border-color css
<style>
span { border-color: #BDE284; }
span { border-color: rgb(189,226,132); }
td.TdClassName
{
border-color: #BDE284;
}
.TagClassName
{
border-color: #BDE284;
}
</style>