Shades of Sulu #BEE575
Tints of Sulu #BEE575
RGB
CMYK
RGB Variations
Color information
#BEE575 (or 0xBEE575) is known color: Sulu. HEX triplet: BE, E5 and 75. RGB value is (190,229,117). Sum of RGB (Red+Green+Blue) = 190+229+117=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE575 is #411A8A. Grayscale: #CCCCCC. Windows color (decimal): -4266635 or 7726526. OLE color: 7726526.
HSL color Cylindrical-coordinate representation of color #BEE575: hue angle of 80.89º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEE575 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 117 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.10 |
| HSL | 80.89º | 0.68% | 0.68% | - |
| HSV(B) | 80.89º | 0.49% | 0.9% | - |
| XYZ | 52.47 | 68.27 | 27.24 | - |
| YUV | 204.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 117 | 0.17 | 0 | 0.49 | 0.10 | 80.89 | 0.68 | 0.68 |
| Hex | BE | E5 | 75 | 11 | 0 | 31 | A | 51 | 44 | 44 |
| Octal | 276 | 345 | 165 | 21 | 0 | 61 | 12 | 121 | 104 | 104 |
| Binary | 10111110 | 11100101 | 1110101 | 10001 | 0 | 110001 | 1010 | 1010001 | 1000100 | 1000100 |
Color Harmonies of #BEE575
Complementary color
Monochromatic Colors of #BEE575
Black with #BEE575
Text Example
Text Example
White with #BEE575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE575; }
p { color: rgb(190,229,117); }
H1.HeaderClassName
{
color: #BEE575;
}
.AnyTagClassName
{
color: #BEE575;
}
</style>
background-color css
<style>
a { background-color: #BEE575; }
a { background-color: rgb(190,229,117); }
div.DivClassName
{
background-color: #BEE575;
}
.BgClassName
{
background-color: #BEE575;
}
</style>
border-color css
<style>
span { border-color: #BEE575; }
span { border-color: rgb(190,229,117); }
td.TdClassName
{
border-color: #BEE575;
}
.TagClassName
{
border-color: #BEE575;
}
</style>