Shades of Sulu #BEE08D
Tints of Sulu #BEE08D
RGB
CMYK
RGB Variations
Color information
#BEE08D (or 0xBEE08D) is known color: Sulu. HEX triplet: BE, E0 and 8D. RGB value is (190,224,141). Sum of RGB (Red+Green+Blue) = 190+224+141=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE08D is #411F72. Grayscale: #CCCCCC. Windows color (decimal): -4267891 or 9298110. OLE color: 9298110.
HSL color Cylindrical-coordinate representation of color #BEE08D: hue angle of 84.58º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEE08D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 141 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.12 |
| HSL | 84.58º | 0.57% | 0.72% | - |
| HSV(B) | 84.58º | 0.37% | 0.88% | - |
| XYZ | 52.7 | 66.18 | 35.2 | - |
| YUV | 204.37 | 92.24 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 141 | 0.15 | 0 | 0.37 | 0.12 | 84.58 | 0.57 | 0.72 |
| Hex | BE | E0 | 8D | F | 0 | 25 | C | 55 | 39 | 48 |
| Octal | 276 | 340 | 215 | 17 | 0 | 45 | 14 | 125 | 71 | 110 |
| Binary | 10111110 | 11100000 | 10001101 | 1111 | 0 | 100101 | 1100 | 1010101 | 111001 | 1001000 |
Color Harmonies of #BEE08D
Complementary color
Monochromatic Colors of #BEE08D
Black with #BEE08D
Text Example
Text Example
White with #BEE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE08D; }
p { color: rgb(190,224,141); }
H1.HeaderClassName
{
color: #BEE08D;
}
.AnyTagClassName
{
color: #BEE08D;
}
</style>
background-color css
<style>
a { background-color: #BEE08D; }
a { background-color: rgb(190,224,141); }
div.DivClassName
{
background-color: #BEE08D;
}
.BgClassName
{
background-color: #BEE08D;
}
</style>
border-color css
<style>
span { border-color: #BEE08D; }
span { border-color: rgb(190,224,141); }
td.TdClassName
{
border-color: #BEE08D;
}
.TagClassName
{
border-color: #BEE08D;
}
</style>