Shades of Sulu #BEE482
Tints of Sulu #BEE482
RGB
CMYK
RGB Variations
Color information
#BEE482 (or 0xBEE482) is known color: Sulu. HEX triplet: BE, E4 and 82. RGB value is (190,228,130). Sum of RGB (Red+Green+Blue) = 190+228+130=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE482 is #411B7D. Grayscale: #CDCDCD. Windows color (decimal): -4266878 or 8578238. OLE color: 8578238.
HSL color Cylindrical-coordinate representation of color #BEE482: hue angle of 83.27º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEE482 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 130 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.11 |
| HSL | 83.27º | 0.64% | 0.7% | - |
| HSV(B) | 83.27º | 0.43% | 0.89% | - |
| XYZ | 53.01 | 68.05 | 31.46 | - |
| YUV | 205.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 130 | 0.17 | 0 | 0.43 | 0.11 | 83.27 | 0.64 | 0.7 |
| Hex | BE | E4 | 82 | 11 | 0 | 2B | B | 53 | 40 | 46 |
| Octal | 276 | 344 | 202 | 21 | 0 | 53 | 13 | 123 | 100 | 106 |
| Binary | 10111110 | 11100100 | 10000010 | 10001 | 0 | 101011 | 1011 | 1010011 | 1000000 | 1000110 |
Color Harmonies of #BEE482
Complementary color
Monochromatic Colors of #BEE482
Black with #BEE482
Text Example
Text Example
White with #BEE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE482; }
p { color: rgb(190,228,130); }
H1.HeaderClassName
{
color: #BEE482;
}
.AnyTagClassName
{
color: #BEE482;
}
</style>
background-color css
<style>
a { background-color: #BEE482; }
a { background-color: rgb(190,228,130); }
div.DivClassName
{
background-color: #BEE482;
}
.BgClassName
{
background-color: #BEE482;
}
</style>
border-color css
<style>
span { border-color: #BEE482; }
span { border-color: rgb(190,228,130); }
td.TdClassName
{
border-color: #BEE482;
}
.TagClassName
{
border-color: #BEE482;
}
</style>