Shades of Sulu #BDEC80
Tints of Sulu #BDEC80
RGB
CMYK
RGB Variations
Color information
#BDEC80 (or 0xBDEC80) is known color: Sulu. HEX triplet: BD, EC and 80. RGB value is (189,236,128). Sum of RGB (Red+Green+Blue) = 189+236+128=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEC80 is #42137F. Grayscale: #D2D2D2. Windows color (decimal): -4330368 or 8449213. OLE color: 8449213.
HSL color Cylindrical-coordinate representation of color #BDEC80: hue angle of 86.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDEC80 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 128 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.07 |
| HSL | 86.11º | 0.74% | 0.71% | - |
| HSV(B) | 86.11º | 0.46% | 0.93% | - |
| XYZ | 54.88 | 72.37 | 31.5 | - |
| YUV | 209.64 | 81.93 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 128 | 0.20 | 0 | 0.46 | 0.07 | 86.11 | 0.74 | 0.71 |
| Hex | BD | EC | 80 | 14 | 0 | 2E | 7 | 56 | 4A | 47 |
| Octal | 275 | 354 | 200 | 24 | 0 | 56 | 7 | 126 | 112 | 107 |
| Binary | 10111101 | 11101100 | 10000000 | 10100 | 0 | 101110 | 111 | 1010110 | 1001010 | 1000111 |
Color Harmonies of #BDEC80
Complementary color
Monochromatic Colors of #BDEC80
Black with #BDEC80
Text Example
Text Example
White with #BDEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEC80; }
p { color: rgb(189,236,128); }
H1.HeaderClassName
{
color: #BDEC80;
}
.AnyTagClassName
{
color: #BDEC80;
}
</style>
background-color css
<style>
a { background-color: #BDEC80; }
a { background-color: rgb(189,236,128); }
div.DivClassName
{
background-color: #BDEC80;
}
.BgClassName
{
background-color: #BDEC80;
}
</style>
border-color css
<style>
span { border-color: #BDEC80; }
span { border-color: rgb(189,236,128); }
td.TdClassName
{
border-color: #BDEC80;
}
.TagClassName
{
border-color: #BDEC80;
}
</style>