Shades of Sulu #BEE382
Tints of Sulu #BEE382
RGB
CMYK
RGB Variations
Color information
#BEE382 (or 0xBEE382) is known color: Sulu. HEX triplet: BE, E3 and 82. RGB value is (190,227,130). Sum of RGB (Red+Green+Blue) = 190+227+130=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE382 is #411C7D. Grayscale: #CDCDCD. Windows color (decimal): -4267134 or 8577982. OLE color: 8577982.
HSL color Cylindrical-coordinate representation of color #BEE382: hue angle of 82.89º degrees, saturation: 0.63, 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 #BEE382 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 130 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.11 |
| HSL | 82.89º | 0.63% | 0.7% | - |
| HSV(B) | 82.89º | 0.43% | 0.89% | - |
| XYZ | 52.73 | 67.5 | 31.37 | - |
| YUV | 204.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 130 | 0.16 | 0 | 0.43 | 0.11 | 82.89 | 0.63 | 0.7 |
| Hex | BE | E3 | 82 | 10 | 0 | 2B | B | 53 | 3F | 46 |
| Octal | 276 | 343 | 202 | 20 | 0 | 53 | 13 | 123 | 77 | 106 |
| Binary | 10111110 | 11100011 | 10000010 | 10000 | 0 | 101011 | 1011 | 1010011 | 111111 | 1000110 |
Color Harmonies of #BEE382
Complementary color
Monochromatic Colors of #BEE382
Black with #BEE382
Text Example
Text Example
White with #BEE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE382; }
p { color: rgb(190,227,130); }
H1.HeaderClassName
{
color: #BEE382;
}
.AnyTagClassName
{
color: #BEE382;
}
</style>
background-color css
<style>
a { background-color: #BEE382; }
a { background-color: rgb(190,227,130); }
div.DivClassName
{
background-color: #BEE382;
}
.BgClassName
{
background-color: #BEE382;
}
</style>
border-color css
<style>
span { border-color: #BEE382; }
span { border-color: rgb(190,227,130); }
td.TdClassName
{
border-color: #BEE382;
}
.TagClassName
{
border-color: #BEE382;
}
</style>