Shades of Sulu #BEE58A
Tints of Sulu #BEE58A
RGB
CMYK
RGB Variations
Color information
#BEE58A (or 0xBEE58A) is known color: Sulu. HEX triplet: BE, E5 and 8A. RGB value is (190,229,138). Sum of RGB (Red+Green+Blue) = 190+229+138=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE58A is #411A75. Grayscale: #CFCFCF. Windows color (decimal): -4266614 or 9102782. OLE color: 9102782.
HSL color Cylindrical-coordinate representation of color #BEE58A: hue angle of 85.71º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEE58A is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 138 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.10 |
| HSL | 85.71º | 0.64% | 0.72% | - |
| HSV(B) | 85.71º | 0.4% | 0.9% | - |
| XYZ | 53.84 | 68.82 | 34.49 | - |
| YUV | 206.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 138 | 0.17 | 0 | 0.40 | 0.10 | 85.71 | 0.64 | 0.72 |
| Hex | BE | E5 | 8A | 11 | 0 | 28 | A | 56 | 40 | 48 |
| Octal | 276 | 345 | 212 | 21 | 0 | 50 | 12 | 126 | 100 | 110 |
| Binary | 10111110 | 11100101 | 10001010 | 10001 | 0 | 101000 | 1010 | 1010110 | 1000000 | 1001000 |
Color Harmonies of #BEE58A
Complementary color
Monochromatic Colors of #BEE58A
Black with #BEE58A
Text Example
Text Example
White with #BEE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE58A; }
p { color: rgb(190,229,138); }
H1.HeaderClassName
{
color: #BEE58A;
}
.AnyTagClassName
{
color: #BEE58A;
}
</style>
background-color css
<style>
a { background-color: #BEE58A; }
a { background-color: rgb(190,229,138); }
div.DivClassName
{
background-color: #BEE58A;
}
.BgClassName
{
background-color: #BEE58A;
}
</style>
border-color css
<style>
span { border-color: #BEE58A; }
span { border-color: rgb(190,229,138); }
td.TdClassName
{
border-color: #BEE58A;
}
.TagClassName
{
border-color: #BEE58A;
}
</style>