Shades of Sulu #BEE580
Tints of Sulu #BEE580
RGB
CMYK
RGB Variations
Color information
#BEE580 (or 0xBEE580) is known color: Sulu. HEX triplet: BE, E5 and 80. RGB value is (190,229,128). Sum of RGB (Red+Green+Blue) = 190+229+128=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE580 is #411A7F. Grayscale: #CECECE. Windows color (decimal): -4266624 or 8447422. OLE color: 8447422.
HSL color Cylindrical-coordinate representation of color #BEE580: hue angle of 83.17º degrees, saturation: 0.66, 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 #BEE580 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 128 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.10 |
| HSL | 83.17º | 0.66% | 0.7% | - |
| HSV(B) | 83.17º | 0.44% | 0.9% | - |
| XYZ | 53.15 | 68.54 | 30.85 | - |
| YUV | 205.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 128 | 0.17 | 0 | 0.44 | 0.10 | 83.17 | 0.66 | 0.7 |
| Hex | BE | E5 | 80 | 11 | 0 | 2C | A | 53 | 42 | 46 |
| Octal | 276 | 345 | 200 | 21 | 0 | 54 | 12 | 123 | 102 | 106 |
| Binary | 10111110 | 11100101 | 10000000 | 10001 | 0 | 101100 | 1010 | 1010011 | 1000010 | 1000110 |
Color Harmonies of #BEE580
Complementary color
Monochromatic Colors of #BEE580
Black with #BEE580
Text Example
Text Example
White with #BEE580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE580; }
p { color: rgb(190,229,128); }
H1.HeaderClassName
{
color: #BEE580;
}
.AnyTagClassName
{
color: #BEE580;
}
</style>
background-color css
<style>
a { background-color: #BEE580; }
a { background-color: rgb(190,229,128); }
div.DivClassName
{
background-color: #BEE580;
}
.BgClassName
{
background-color: #BEE580;
}
</style>
border-color css
<style>
span { border-color: #BEE580; }
span { border-color: rgb(190,229,128); }
td.TdClassName
{
border-color: #BEE580;
}
.TagClassName
{
border-color: #BEE580;
}
</style>