Shades of Sulu #BEE581
Tints of Sulu #BEE581
RGB
CMYK
RGB Variations
Color information
#BEE581 (or 0xBEE581) is known color: Sulu. HEX triplet: BE, E5 and 81. RGB value is (190,229,129). Sum of RGB (Red+Green+Blue) = 190+229+129=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE581 is #411A7E. Grayscale: #CECECE. Windows color (decimal): -4266623 or 8512958. OLE color: 8512958.
HSL color Cylindrical-coordinate representation of color #BEE581: hue angle of 83.4º 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 #BEE581 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 129 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.10 |
| HSL | 83.4º | 0.66% | 0.7% | - |
| HSV(B) | 83.4º | 0.44% | 0.9% | - |
| XYZ | 53.22 | 68.57 | 31.2 | - |
| YUV | 205.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 129 | 0.17 | 0 | 0.44 | 0.10 | 83.4 | 0.66 | 0.7 |
| Hex | BE | E5 | 81 | 11 | 0 | 2C | A | 53 | 42 | 46 |
| Octal | 276 | 345 | 201 | 21 | 0 | 54 | 12 | 123 | 102 | 106 |
| Binary | 10111110 | 11100101 | 10000001 | 10001 | 0 | 101100 | 1010 | 1010011 | 1000010 | 1000110 |
Color Harmonies of #BEE581
Complementary color
Monochromatic Colors of #BEE581
Black with #BEE581
Text Example
Text Example
White with #BEE581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE581; }
p { color: rgb(190,229,129); }
H1.HeaderClassName
{
color: #BEE581;
}
.AnyTagClassName
{
color: #BEE581;
}
</style>
background-color css
<style>
a { background-color: #BEE581; }
a { background-color: rgb(190,229,129); }
div.DivClassName
{
background-color: #BEE581;
}
.BgClassName
{
background-color: #BEE581;
}
</style>
border-color css
<style>
span { border-color: #BEE581; }
span { border-color: rgb(190,229,129); }
td.TdClassName
{
border-color: #BEE581;
}
.TagClassName
{
border-color: #BEE581;
}
</style>