Shades of Sulu #BEE376
Tints of Sulu #BEE376
RGB
CMYK
RGB Variations
Color information
#BEE376 (or 0xBEE376) is known color: Sulu. HEX triplet: BE, E3 and 76. RGB value is (190,227,118). Sum of RGB (Red+Green+Blue) = 190+227+118=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE376 is #411C89. Grayscale: #CBCBCB. Windows color (decimal): -4267146 or 7791550. OLE color: 7791550.
HSL color Cylindrical-coordinate representation of color #BEE376: hue angle of 80.37º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEE376 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 118 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.11 |
| HSL | 80.37º | 0.66% | 0.68% | - |
| HSV(B) | 80.37º | 0.48% | 0.89% | - |
| XYZ | 51.97 | 67.19 | 27.37 | - |
| YUV | 203.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 118 | 0.16 | 0 | 0.48 | 0.11 | 80.37 | 0.66 | 0.68 |
| Hex | BE | E3 | 76 | 10 | 0 | 30 | B | 50 | 42 | 44 |
| Octal | 276 | 343 | 166 | 20 | 0 | 60 | 13 | 120 | 102 | 104 |
| Binary | 10111110 | 11100011 | 1110110 | 10000 | 0 | 110000 | 1011 | 1010000 | 1000010 | 1000100 |
Color Harmonies of #BEE376
Complementary color
Monochromatic Colors of #BEE376
Black with #BEE376
Text Example
Text Example
White with #BEE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE376; }
p { color: rgb(190,227,118); }
H1.HeaderClassName
{
color: #BEE376;
}
.AnyTagClassName
{
color: #BEE376;
}
</style>
background-color css
<style>
a { background-color: #BEE376; }
a { background-color: rgb(190,227,118); }
div.DivClassName
{
background-color: #BEE376;
}
.BgClassName
{
background-color: #BEE376;
}
</style>
border-color css
<style>
span { border-color: #BEE376; }
span { border-color: rgb(190,227,118); }
td.TdClassName
{
border-color: #BEE376;
}
.TagClassName
{
border-color: #BEE376;
}
</style>