Shades of Sulu #BEE48E
Tints of Sulu #BEE48E
RGB
CMYK
RGB Variations
Color information
#BEE48E (or 0xBEE48E) is known color: Sulu. HEX triplet: BE, E4 and 8E. RGB value is (190,228,142). Sum of RGB (Red+Green+Blue) = 190+228+142=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE48E is #411B71. Grayscale: #CFCFCF. Windows color (decimal): -4266866 or 9364670. OLE color: 9364670.
HSL color Cylindrical-coordinate representation of color #BEE48E: hue angle of 86.51º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEE48E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 142 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.11 |
| HSL | 86.51º | 0.61% | 0.73% | - |
| HSV(B) | 86.51º | 0.38% | 0.89% | - |
| XYZ | 53.86 | 68.39 | 35.95 | - |
| YUV | 206.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 142 | 0.17 | 0 | 0.38 | 0.11 | 86.51 | 0.61 | 0.73 |
| Hex | BE | E4 | 8E | 11 | 0 | 26 | B | 57 | 3D | 49 |
| Octal | 276 | 344 | 216 | 21 | 0 | 46 | 13 | 127 | 75 | 111 |
| Binary | 10111110 | 11100100 | 10001110 | 10001 | 0 | 100110 | 1011 | 1010111 | 111101 | 1001001 |
Color Harmonies of #BEE48E
Complementary color
Monochromatic Colors of #BEE48E
Black with #BEE48E
Text Example
Text Example
White with #BEE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE48E; }
p { color: rgb(190,228,142); }
H1.HeaderClassName
{
color: #BEE48E;
}
.AnyTagClassName
{
color: #BEE48E;
}
</style>
background-color css
<style>
a { background-color: #BEE48E; }
a { background-color: rgb(190,228,142); }
div.DivClassName
{
background-color: #BEE48E;
}
.BgClassName
{
background-color: #BEE48E;
}
</style>
border-color css
<style>
span { border-color: #BEE48E; }
span { border-color: rgb(190,228,142); }
td.TdClassName
{
border-color: #BEE48E;
}
.TagClassName
{
border-color: #BEE48E;
}
</style>