Shades of Sulu #BEE584
Tints of Sulu #BEE584
RGB
CMYK
RGB Variations
Color information
#BEE584 (or 0xBEE584) is known color: Sulu. HEX triplet: BE, E5 and 84. RGB value is (190,229,132). Sum of RGB (Red+Green+Blue) = 190+229+132=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE584 is #411A7B. Grayscale: #CECECE. Windows color (decimal): -4266620 or 8709566. OLE color: 8709566.
HSL color Cylindrical-coordinate representation of color #BEE584: hue angle of 84.12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEE584 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 132 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.10 |
| HSL | 84.12º | 0.65% | 0.71% | - |
| HSV(B) | 84.12º | 0.42% | 0.9% | - |
| XYZ | 53.42 | 68.65 | 32.27 | - |
| YUV | 206.28 | 86.08 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 132 | 0.17 | 0 | 0.42 | 0.10 | 84.12 | 0.65 | 0.71 |
| Hex | BE | E5 | 84 | 11 | 0 | 2A | A | 54 | 41 | 47 |
| Octal | 276 | 345 | 204 | 21 | 0 | 52 | 12 | 124 | 101 | 107 |
| Binary | 10111110 | 11100101 | 10000100 | 10001 | 0 | 101010 | 1010 | 1010100 | 1000001 | 1000111 |
Color Harmonies of #BEE584
Complementary color
Monochromatic Colors of #BEE584
Black with #BEE584
Text Example
Text Example
White with #BEE584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE584; }
p { color: rgb(190,229,132); }
H1.HeaderClassName
{
color: #BEE584;
}
.AnyTagClassName
{
color: #BEE584;
}
</style>
background-color css
<style>
a { background-color: #BEE584; }
a { background-color: rgb(190,229,132); }
div.DivClassName
{
background-color: #BEE584;
}
.BgClassName
{
background-color: #BEE584;
}
</style>
border-color css
<style>
span { border-color: #BEE584; }
span { border-color: rgb(190,229,132); }
td.TdClassName
{
border-color: #BEE584;
}
.TagClassName
{
border-color: #BEE584;
}
</style>