Shades of Sulu #BDE680
Tints of Sulu #BDE680
RGB
CMYK
RGB Variations
Color information
#BDE680 (or 0xBDE680) is known color: Sulu. HEX triplet: BD, E6 and 80. RGB value is (189,230,128). Sum of RGB (Red+Green+Blue) = 189+230+128=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE680 is #42197F. Grayscale: #CECECE. Windows color (decimal): -4331904 or 8447677. OLE color: 8447677.
HSL color Cylindrical-coordinate representation of color #BDE680: hue angle of 84.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDE680 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 128 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.10 |
| HSL | 84.12º | 0.67% | 0.7% | - |
| HSV(B) | 84.12º | 0.44% | 0.9% | - |
| XYZ | 53.18 | 68.97 | 30.93 | - |
| YUV | 206.11 | 83.92 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 128 | 0.18 | 0 | 0.44 | 0.10 | 84.12 | 0.67 | 0.7 |
| Hex | BD | E6 | 80 | 12 | 0 | 2C | A | 54 | 43 | 46 |
| Octal | 275 | 346 | 200 | 22 | 0 | 54 | 12 | 124 | 103 | 106 |
| Binary | 10111101 | 11100110 | 10000000 | 10010 | 0 | 101100 | 1010 | 1010100 | 1000011 | 1000110 |
Color Harmonies of #BDE680
Complementary color
Monochromatic Colors of #BDE680
Black with #BDE680
Text Example
Text Example
White with #BDE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE680; }
p { color: rgb(189,230,128); }
H1.HeaderClassName
{
color: #BDE680;
}
.AnyTagClassName
{
color: #BDE680;
}
</style>
background-color css
<style>
a { background-color: #BDE680; }
a { background-color: rgb(189,230,128); }
div.DivClassName
{
background-color: #BDE680;
}
.BgClassName
{
background-color: #BDE680;
}
</style>
border-color css
<style>
span { border-color: #BDE680; }
span { border-color: rgb(189,230,128); }
td.TdClassName
{
border-color: #BDE680;
}
.TagClassName
{
border-color: #BDE680;
}
</style>