Shades of Sulu #BEDC80
Tints of Sulu #BEDC80
RGB
CMYK
RGB Variations
Color information
#BEDC80 (or 0xBEDC80) is known color: Sulu. HEX triplet: BE, DC and 80. RGB value is (190,220,128). Sum of RGB (Red+Green+Blue) = 190+220+128=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC80 is #41237F. Grayscale: #C8C8C8. Windows color (decimal): -4268928 or 8445118. OLE color: 8445118.
HSL color Cylindrical-coordinate representation of color #BEDC80: hue angle of 79.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEDC80 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 128 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.14 |
| HSL | 79.57º | 0.57% | 0.68% | - |
| HSV(B) | 79.57º | 0.42% | 0.86% | - |
| XYZ | 50.72 | 63.69 | 30.04 | - |
| YUV | 200.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 128 | 0.14 | 0 | 0.42 | 0.14 | 79.57 | 0.57 | 0.68 |
| Hex | BE | DC | 80 | E | 0 | 2A | E | 50 | 39 | 44 |
| Octal | 276 | 334 | 200 | 16 | 0 | 52 | 16 | 120 | 71 | 104 |
| Binary | 10111110 | 11011100 | 10000000 | 1110 | 0 | 101010 | 1110 | 1010000 | 111001 | 1000100 |
Color Harmonies of #BEDC80
Complementary color
Monochromatic Colors of #BEDC80
Black with #BEDC80
Text Example
Text Example
White with #BEDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC80; }
p { color: rgb(190,220,128); }
H1.HeaderClassName
{
color: #BEDC80;
}
.AnyTagClassName
{
color: #BEDC80;
}
</style>
background-color css
<style>
a { background-color: #BEDC80; }
a { background-color: rgb(190,220,128); }
div.DivClassName
{
background-color: #BEDC80;
}
.BgClassName
{
background-color: #BEDC80;
}
</style>
border-color css
<style>
span { border-color: #BEDC80; }
span { border-color: rgb(190,220,128); }
td.TdClassName
{
border-color: #BEDC80;
}
.TagClassName
{
border-color: #BEDC80;
}
</style>