Shades of Sulu #BEE47D
Tints of Sulu #BEE47D
RGB
CMYK
RGB Variations
Color information
#BEE47D (or 0xBEE47D) is known color: Sulu. HEX triplet: BE, E4 and 7D. RGB value is (190,228,125). Sum of RGB (Red+Green+Blue) = 190+228+125=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE47D is #411B82. Grayscale: #CDCDCD. Windows color (decimal): -4266883 or 8250558. OLE color: 8250558.
HSL color Cylindrical-coordinate representation of color #BEE47D: hue angle of 82.14º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEE47D is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 125 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.11 |
| HSL | 82.14º | 0.66% | 0.69% | - |
| HSV(B) | 82.14º | 0.45% | 0.89% | - |
| XYZ | 52.68 | 67.91 | 29.73 | - |
| YUV | 204.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 125 | 0.17 | 0 | 0.45 | 0.11 | 82.14 | 0.66 | 0.69 |
| Hex | BE | E4 | 7D | 11 | 0 | 2D | B | 52 | 42 | 45 |
| Octal | 276 | 344 | 175 | 21 | 0 | 55 | 13 | 122 | 102 | 105 |
| Binary | 10111110 | 11100100 | 1111101 | 10001 | 0 | 101101 | 1011 | 1010010 | 1000010 | 1000101 |
Color Harmonies of #BEE47D
Complementary color
Monochromatic Colors of #BEE47D
Black with #BEE47D
Text Example
Text Example
White with #BEE47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE47D; }
p { color: rgb(190,228,125); }
H1.HeaderClassName
{
color: #BEE47D;
}
.AnyTagClassName
{
color: #BEE47D;
}
</style>
background-color css
<style>
a { background-color: #BEE47D; }
a { background-color: rgb(190,228,125); }
div.DivClassName
{
background-color: #BEE47D;
}
.BgClassName
{
background-color: #BEE47D;
}
</style>
border-color css
<style>
span { border-color: #BEE47D; }
span { border-color: rgb(190,228,125); }
td.TdClassName
{
border-color: #BEE47D;
}
.TagClassName
{
border-color: #BEE47D;
}
</style>