Shades of Sulu #BDE083
Tints of Sulu #BDE083
RGB
CMYK
RGB Variations
Color information
#BDE083 (or 0xBDE083) is known color: Sulu. HEX triplet: BD, E0 and 83. RGB value is (189,224,131). Sum of RGB (Red+Green+Blue) = 189+224+131=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE083 is #421F7C. Grayscale: #CBCBCB. Windows color (decimal): -4333437 or 8642749. OLE color: 8642749.
HSL color Cylindrical-coordinate representation of color #BDE083: hue angle of 82.58º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE083 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 131 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.12 |
| HSL | 82.58º | 0.6% | 0.7% | - |
| HSV(B) | 82.58º | 0.42% | 0.88% | - |
| XYZ | 51.74 | 65.77 | 31.44 | - |
| YUV | 202.93 | 87.4 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 131 | 0.16 | 0 | 0.42 | 0.12 | 82.58 | 0.6 | 0.7 |
| Hex | BD | E0 | 83 | 10 | 0 | 2A | C | 53 | 3C | 46 |
| Octal | 275 | 340 | 203 | 20 | 0 | 52 | 14 | 123 | 74 | 106 |
| Binary | 10111101 | 11100000 | 10000011 | 10000 | 0 | 101010 | 1100 | 1010011 | 111100 | 1000110 |
Color Harmonies of #BDE083
Complementary color
Monochromatic Colors of #BDE083
Black with #BDE083
Text Example
Text Example
White with #BDE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE083; }
p { color: rgb(189,224,131); }
H1.HeaderClassName
{
color: #BDE083;
}
.AnyTagClassName
{
color: #BDE083;
}
</style>
background-color css
<style>
a { background-color: #BDE083; }
a { background-color: rgb(189,224,131); }
div.DivClassName
{
background-color: #BDE083;
}
.BgClassName
{
background-color: #BDE083;
}
</style>
border-color css
<style>
span { border-color: #BDE083; }
span { border-color: rgb(189,224,131); }
td.TdClassName
{
border-color: #BDE083;
}
.TagClassName
{
border-color: #BDE083;
}
</style>