Shades of Sulu #BEE082
Tints of Sulu #BEE082
RGB
CMYK
RGB Variations
Color information
#BEE082 (or 0xBEE082) is known color: Sulu. HEX triplet: BE, E0 and 82. RGB value is (190,224,130). Sum of RGB (Red+Green+Blue) = 190+224+130=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE082 is #411F7D. Grayscale: #CBCBCB. Windows color (decimal): -4267902 or 8577214. OLE color: 8577214.
HSL color Cylindrical-coordinate representation of color #BEE082: hue angle of 81.7º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEE082 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 130 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.12 |
| HSL | 81.7º | 0.6% | 0.69% | - |
| HSV(B) | 81.7º | 0.42% | 0.88% | - |
| XYZ | 51.92 | 65.87 | 31.1 | - |
| YUV | 203.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 130 | 0.15 | 0 | 0.42 | 0.12 | 81.7 | 0.6 | 0.69 |
| Hex | BE | E0 | 82 | F | 0 | 2A | C | 52 | 3C | 45 |
| Octal | 276 | 340 | 202 | 17 | 0 | 52 | 14 | 122 | 74 | 105 |
| Binary | 10111110 | 11100000 | 10000010 | 1111 | 0 | 101010 | 1100 | 1010010 | 111100 | 1000101 |
Color Harmonies of #BEE082
Complementary color
Monochromatic Colors of #BEE082
Black with #BEE082
Text Example
Text Example
White with #BEE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE082; }
p { color: rgb(190,224,130); }
H1.HeaderClassName
{
color: #BEE082;
}
.AnyTagClassName
{
color: #BEE082;
}
</style>
background-color css
<style>
a { background-color: #BEE082; }
a { background-color: rgb(190,224,130); }
div.DivClassName
{
background-color: #BEE082;
}
.BgClassName
{
background-color: #BEE082;
}
</style>
border-color css
<style>
span { border-color: #BEE082; }
span { border-color: rgb(190,224,130); }
td.TdClassName
{
border-color: #BEE082;
}
.TagClassName
{
border-color: #BEE082;
}
</style>