Shades of Sulu #BEE590
Tints of Sulu #BEE590
RGB
CMYK
RGB Variations
Color information
#BEE590 (or 0xBEE590) is known color: Sulu. HEX triplet: BE, E5 and 90. RGB value is (190,229,144). Sum of RGB (Red+Green+Blue) = 190+229+144=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE590 is #411A6F. Grayscale: #CFCFCF. Windows color (decimal): -4266608 or 9495998. OLE color: 9495998.
HSL color Cylindrical-coordinate representation of color #BEE590: hue angle of 87.53º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEE590 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 144 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.10 |
| HSL | 87.53º | 0.62% | 0.73% | - |
| HSV(B) | 87.53º | 0.37% | 0.9% | - |
| XYZ | 54.29 | 69 | 36.84 | - |
| YUV | 207.65 | 92.08 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 144 | 0.17 | 0 | 0.37 | 0.10 | 87.53 | 0.62 | 0.73 |
| Hex | BE | E5 | 90 | 11 | 0 | 25 | A | 58 | 3E | 49 |
| Octal | 276 | 345 | 220 | 21 | 0 | 45 | 12 | 130 | 76 | 111 |
| Binary | 10111110 | 11100101 | 10010000 | 10001 | 0 | 100101 | 1010 | 1011000 | 111110 | 1001001 |
Color Harmonies of #BEE590
Complementary color
Monochromatic Colors of #BEE590
Black with #BEE590
Text Example
Text Example
White with #BEE590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE590; }
p { color: rgb(190,229,144); }
H1.HeaderClassName
{
color: #BEE590;
}
.AnyTagClassName
{
color: #BEE590;
}
</style>
background-color css
<style>
a { background-color: #BEE590; }
a { background-color: rgb(190,229,144); }
div.DivClassName
{
background-color: #BEE590;
}
.BgClassName
{
background-color: #BEE590;
}
</style>
border-color css
<style>
span { border-color: #BEE590; }
span { border-color: rgb(190,229,144); }
td.TdClassName
{
border-color: #BEE590;
}
.TagClassName
{
border-color: #BEE590;
}
</style>