Shades of Sulu #BEE282
Tints of Sulu #BEE282
RGB
CMYK
RGB Variations
Color information
#BEE282 (or 0xBEE282) is known color: Sulu. HEX triplet: BE, E2 and 82. RGB value is (190,226,130). Sum of RGB (Red+Green+Blue) = 190+226+130=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE282 is #411D7D. Grayscale: #CCCCCC. Windows color (decimal): -4267390 or 8577726. OLE color: 8577726.
HSL color Cylindrical-coordinate representation of color #BEE282: hue angle of 82.5º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEE282 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 130 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.11 |
| HSL | 82.5º | 0.62% | 0.7% | - |
| HSV(B) | 82.5º | 0.42% | 0.89% | - |
| XYZ | 52.46 | 66.95 | 31.28 | - |
| YUV | 204.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 130 | 0.16 | 0 | 0.42 | 0.11 | 82.5 | 0.62 | 0.7 |
| Hex | BE | E2 | 82 | 10 | 0 | 2A | B | 52 | 3E | 46 |
| Octal | 276 | 342 | 202 | 20 | 0 | 52 | 13 | 122 | 76 | 106 |
| Binary | 10111110 | 11100010 | 10000010 | 10000 | 0 | 101010 | 1011 | 1010010 | 111110 | 1000110 |
Color Harmonies of #BEE282
Complementary color
Monochromatic Colors of #BEE282
Black with #BEE282
Text Example
Text Example
White with #BEE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE282; }
p { color: rgb(190,226,130); }
H1.HeaderClassName
{
color: #BEE282;
}
.AnyTagClassName
{
color: #BEE282;
}
</style>
background-color css
<style>
a { background-color: #BEE282; }
a { background-color: rgb(190,226,130); }
div.DivClassName
{
background-color: #BEE282;
}
.BgClassName
{
background-color: #BEE282;
}
</style>
border-color css
<style>
span { border-color: #BEE282; }
span { border-color: rgb(190,226,130); }
td.TdClassName
{
border-color: #BEE282;
}
.TagClassName
{
border-color: #BEE282;
}
</style>