Shades of Sulu #BEE485
Tints of Sulu #BEE485
RGB
CMYK
RGB Variations
Color information
#BEE485 (or 0xBEE485) is known color: Sulu. HEX triplet: BE, E4 and 85. RGB value is (190,228,133). Sum of RGB (Red+Green+Blue) = 190+228+133=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE485 is #411B7A. Grayscale: #CECECE. Windows color (decimal): -4266875 or 8774846. OLE color: 8774846.
HSL color Cylindrical-coordinate representation of color #BEE485: hue angle of 84º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEE485 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 133 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.11 |
| HSL | 84º | 0.64% | 0.71% | - |
| HSV(B) | 84º | 0.42% | 0.89% | - |
| XYZ | 53.21 | 68.13 | 32.54 | - |
| YUV | 205.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 133 | 0.17 | 0 | 0.42 | 0.11 | 84 | 0.64 | 0.71 |
| Hex | BE | E4 | 85 | 11 | 0 | 2A | B | 54 | 40 | 47 |
| Octal | 276 | 344 | 205 | 21 | 0 | 52 | 13 | 124 | 100 | 107 |
| Binary | 10111110 | 11100100 | 10000101 | 10001 | 0 | 101010 | 1011 | 1010100 | 1000000 | 1000111 |
Color Harmonies of #BEE485
Complementary color
Monochromatic Colors of #BEE485
Black with #BEE485
Text Example
Text Example
White with #BEE485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE485; }
p { color: rgb(190,228,133); }
H1.HeaderClassName
{
color: #BEE485;
}
.AnyTagClassName
{
color: #BEE485;
}
</style>
background-color css
<style>
a { background-color: #BEE485; }
a { background-color: rgb(190,228,133); }
div.DivClassName
{
background-color: #BEE485;
}
.BgClassName
{
background-color: #BEE485;
}
</style>
border-color css
<style>
span { border-color: #BEE485; }
span { border-color: rgb(190,228,133); }
td.TdClassName
{
border-color: #BEE485;
}
.TagClassName
{
border-color: #BEE485;
}
</style>