Shades of Sulu #BEE38D
Tints of Sulu #BEE38D
RGB
CMYK
RGB Variations
Color information
#BEE38D (or 0xBEE38D) is known color: Sulu. HEX triplet: BE, E3 and 8D. RGB value is (190,227,141). Sum of RGB (Red+Green+Blue) = 190+227+141=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE38D is #411C72. Grayscale: #CECECE. Windows color (decimal): -4267123 or 9298878. OLE color: 9298878.
HSL color Cylindrical-coordinate representation of color #BEE38D: hue angle of 85.81º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEE38D is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 141 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.11 |
| HSL | 85.81º | 0.61% | 0.72% | - |
| HSV(B) | 85.81º | 0.38% | 0.89% | - |
| XYZ | 53.51 | 67.81 | 35.47 | - |
| YUV | 206.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 141 | 0.16 | 0 | 0.38 | 0.11 | 85.81 | 0.61 | 0.72 |
| Hex | BE | E3 | 8D | 10 | 0 | 26 | B | 56 | 3D | 48 |
| Octal | 276 | 343 | 215 | 20 | 0 | 46 | 13 | 126 | 75 | 110 |
| Binary | 10111110 | 11100011 | 10001101 | 10000 | 0 | 100110 | 1011 | 1010110 | 111101 | 1001000 |
Color Harmonies of #BEE38D
Complementary color
Monochromatic Colors of #BEE38D
Black with #BEE38D
Text Example
Text Example
White with #BEE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE38D; }
p { color: rgb(190,227,141); }
H1.HeaderClassName
{
color: #BEE38D;
}
.AnyTagClassName
{
color: #BEE38D;
}
</style>
background-color css
<style>
a { background-color: #BEE38D; }
a { background-color: rgb(190,227,141); }
div.DivClassName
{
background-color: #BEE38D;
}
.BgClassName
{
background-color: #BEE38D;
}
</style>
border-color css
<style>
span { border-color: #BEE38D; }
span { border-color: rgb(190,227,141); }
td.TdClassName
{
border-color: #BEE38D;
}
.TagClassName
{
border-color: #BEE38D;
}
</style>