Shades of Sulu #BDEA80
Tints of Sulu #BDEA80
RGB
CMYK
RGB Variations
Color information
#BDEA80 (or 0xBDEA80) is known color: Sulu. HEX triplet: BD, EA and 80. RGB value is (189,234,128). Sum of RGB (Red+Green+Blue) = 189+234+128=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA80 is #42157F. Grayscale: #D0D0D0. Windows color (decimal): -4330880 or 8448701. OLE color: 8448701.
HSL color Cylindrical-coordinate representation of color #BDEA80: hue angle of 85.47º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDEA80 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 128 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.08 |
| HSL | 85.47º | 0.72% | 0.71% | - |
| HSV(B) | 85.47º | 0.45% | 0.92% | - |
| XYZ | 54.31 | 71.22 | 31.31 | - |
| YUV | 208.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 128 | 0.19 | 0 | 0.45 | 0.08 | 85.47 | 0.72 | 0.71 |
| Hex | BD | EA | 80 | 13 | 0 | 2D | 8 | 55 | 48 | 47 |
| Octal | 275 | 352 | 200 | 23 | 0 | 55 | 10 | 125 | 110 | 107 |
| Binary | 10111101 | 11101010 | 10000000 | 10011 | 0 | 101101 | 1000 | 1010101 | 1001000 | 1000111 |
Color Harmonies of #BDEA80
Complementary color
Monochromatic Colors of #BDEA80
Black with #BDEA80
Text Example
Text Example
White with #BDEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEA80; }
p { color: rgb(189,234,128); }
H1.HeaderClassName
{
color: #BDEA80;
}
.AnyTagClassName
{
color: #BDEA80;
}
</style>
background-color css
<style>
a { background-color: #BDEA80; }
a { background-color: rgb(189,234,128); }
div.DivClassName
{
background-color: #BDEA80;
}
.BgClassName
{
background-color: #BDEA80;
}
</style>
border-color css
<style>
span { border-color: #BDEA80; }
span { border-color: rgb(189,234,128); }
td.TdClassName
{
border-color: #BDEA80;
}
.TagClassName
{
border-color: #BDEA80;
}
</style>