Shades of Sulu #BEDD80
Tints of Sulu #BEDD80
RGB
CMYK
RGB Variations
Color information
#BEDD80 (or 0xBEDD80) is known color: Sulu. HEX triplet: BE, DD and 80. RGB value is (190,221,128). Sum of RGB (Red+Green+Blue) = 190+221+128=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD80 is #41227F. Grayscale: #C9C9C9. Windows color (decimal): -4268672 or 8445374. OLE color: 8445374.
HSL color Cylindrical-coordinate representation of color #BEDD80: hue angle of 80º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEDD80 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 128 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.13 |
| HSL | 80º | 0.58% | 0.68% | - |
| HSV(B) | 80º | 0.42% | 0.87% | - |
| XYZ | 50.99 | 64.22 | 30.13 | - |
| YUV | 201.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 128 | 0.14 | 0 | 0.42 | 0.13 | 80 | 0.58 | 0.68 |
| Hex | BE | DD | 80 | E | 0 | 2A | D | 50 | 3A | 44 |
| Octal | 276 | 335 | 200 | 16 | 0 | 52 | 15 | 120 | 72 | 104 |
| Binary | 10111110 | 11011101 | 10000000 | 1110 | 0 | 101010 | 1101 | 1010000 | 111010 | 1000100 |
Color Harmonies of #BEDD80
Complementary color
Monochromatic Colors of #BEDD80
Black with #BEDD80
Text Example
Text Example
White with #BEDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD80; }
p { color: rgb(190,221,128); }
H1.HeaderClassName
{
color: #BEDD80;
}
.AnyTagClassName
{
color: #BEDD80;
}
</style>
background-color css
<style>
a { background-color: #BEDD80; }
a { background-color: rgb(190,221,128); }
div.DivClassName
{
background-color: #BEDD80;
}
.BgClassName
{
background-color: #BEDD80;
}
</style>
border-color css
<style>
span { border-color: #BEDD80; }
span { border-color: rgb(190,221,128); }
td.TdClassName
{
border-color: #BEDD80;
}
.TagClassName
{
border-color: #BEDD80;
}
</style>