Shades of Sulu #BEE385
Tints of Sulu #BEE385
RGB
CMYK
RGB Variations
Color information
#BEE385 (or 0xBEE385) is known color: Sulu. HEX triplet: BE, E3 and 85. RGB value is (190,227,133). Sum of RGB (Red+Green+Blue) = 190+227+133=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE385 is #411C7A. Grayscale: #CDCDCD. Windows color (decimal): -4267131 or 8774590. OLE color: 8774590.
HSL color Cylindrical-coordinate representation of color #BEE385: hue angle of 83.62º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEE385 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 133 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.11 |
| HSL | 83.62º | 0.63% | 0.71% | - |
| HSV(B) | 83.62º | 0.41% | 0.89% | - |
| XYZ | 52.94 | 67.58 | 32.44 | - |
| YUV | 205.22 | 87.24 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 133 | 0.16 | 0 | 0.41 | 0.11 | 83.62 | 0.63 | 0.71 |
| Hex | BE | E3 | 85 | 10 | 0 | 29 | B | 54 | 3F | 47 |
| Octal | 276 | 343 | 205 | 20 | 0 | 51 | 13 | 124 | 77 | 107 |
| Binary | 10111110 | 11100011 | 10000101 | 10000 | 0 | 101001 | 1011 | 1010100 | 111111 | 1000111 |
Color Harmonies of #BEE385
Complementary color
Monochromatic Colors of #BEE385
Black with #BEE385
Text Example
Text Example
White with #BEE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE385; }
p { color: rgb(190,227,133); }
H1.HeaderClassName
{
color: #BEE385;
}
.AnyTagClassName
{
color: #BEE385;
}
</style>
background-color css
<style>
a { background-color: #BEE385; }
a { background-color: rgb(190,227,133); }
div.DivClassName
{
background-color: #BEE385;
}
.BgClassName
{
background-color: #BEE385;
}
</style>
border-color css
<style>
span { border-color: #BEE385; }
span { border-color: rgb(190,227,133); }
td.TdClassName
{
border-color: #BEE385;
}
.TagClassName
{
border-color: #BEE385;
}
</style>