Shades of Sulu #BEE48C
Tints of Sulu #BEE48C
RGB
CMYK
RGB Variations
Color information
#BEE48C (or 0xBEE48C) is known color: Sulu. HEX triplet: BE, E4 and 8C. RGB value is (190,228,140). Sum of RGB (Red+Green+Blue) = 190+228+140=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE48C is #411B73. Grayscale: #CECECE. Windows color (decimal): -4266868 or 9233598. OLE color: 9233598.
HSL color Cylindrical-coordinate representation of color #BEE48C: hue angle of 85.91º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEE48C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 140 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.11 |
| HSL | 85.91º | 0.62% | 0.72% | - |
| HSV(B) | 85.91º | 0.39% | 0.89% | - |
| XYZ | 53.71 | 68.33 | 35.17 | - |
| YUV | 206.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 140 | 0.17 | 0 | 0.39 | 0.11 | 85.91 | 0.62 | 0.72 |
| Hex | BE | E4 | 8C | 11 | 0 | 27 | B | 56 | 3E | 48 |
| Octal | 276 | 344 | 214 | 21 | 0 | 47 | 13 | 126 | 76 | 110 |
| Binary | 10111110 | 11100100 | 10001100 | 10001 | 0 | 100111 | 1011 | 1010110 | 111110 | 1001000 |
Color Harmonies of #BEE48C
Complementary color
Monochromatic Colors of #BEE48C
Black with #BEE48C
Text Example
Text Example
White with #BEE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE48C; }
p { color: rgb(190,228,140); }
H1.HeaderClassName
{
color: #BEE48C;
}
.AnyTagClassName
{
color: #BEE48C;
}
</style>
background-color css
<style>
a { background-color: #BEE48C; }
a { background-color: rgb(190,228,140); }
div.DivClassName
{
background-color: #BEE48C;
}
.BgClassName
{
background-color: #BEE48C;
}
</style>
border-color css
<style>
span { border-color: #BEE48C; }
span { border-color: rgb(190,228,140); }
td.TdClassName
{
border-color: #BEE48C;
}
.TagClassName
{
border-color: #BEE48C;
}
</style>