Shades of Sulu #BDE280
Tints of Sulu #BDE280
RGB
CMYK
RGB Variations
Color information
#BDE280 (or 0xBDE280) is known color: Sulu. HEX triplet: BD, E2 and 80. RGB value is (189,226,128). Sum of RGB (Red+Green+Blue) = 189+226+128=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE280 is #421D7F. Grayscale: #CCCCCC. Windows color (decimal): -4332928 or 8446653. OLE color: 8446653.
HSL color Cylindrical-coordinate representation of color #BDE280: hue angle of 82.65º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDE280 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 128 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.11 |
| HSL | 82.65º | 0.63% | 0.69% | - |
| HSV(B) | 82.65º | 0.43% | 0.89% | - |
| XYZ | 52.08 | 66.77 | 30.57 | - |
| YUV | 203.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 128 | 0.16 | 0 | 0.43 | 0.11 | 82.65 | 0.63 | 0.69 |
| Hex | BD | E2 | 80 | 10 | 0 | 2B | B | 53 | 3F | 45 |
| Octal | 275 | 342 | 200 | 20 | 0 | 53 | 13 | 123 | 77 | 105 |
| Binary | 10111101 | 11100010 | 10000000 | 10000 | 0 | 101011 | 1011 | 1010011 | 111111 | 1000101 |
Color Harmonies of #BDE280
Complementary color
Monochromatic Colors of #BDE280
Black with #BDE280
Text Example
Text Example
White with #BDE280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE280; }
p { color: rgb(189,226,128); }
H1.HeaderClassName
{
color: #BDE280;
}
.AnyTagClassName
{
color: #BDE280;
}
</style>
background-color css
<style>
a { background-color: #BDE280; }
a { background-color: rgb(189,226,128); }
div.DivClassName
{
background-color: #BDE280;
}
.BgClassName
{
background-color: #BDE280;
}
</style>
border-color css
<style>
span { border-color: #BDE280; }
span { border-color: rgb(189,226,128); }
td.TdClassName
{
border-color: #BDE280;
}
.TagClassName
{
border-color: #BDE280;
}
</style>