Shades of Sulu #BEE079
Tints of Sulu #BEE079
RGB
CMYK
RGB Variations
Color information
#BEE079 (or 0xBEE079) is known color: Sulu. HEX triplet: BE, E0 and 79. RGB value is (190,224,121). Sum of RGB (Red+Green+Blue) = 190+224+121=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE079 is #411F86. Grayscale: #CACACA. Windows color (decimal): -4267911 or 7987390. OLE color: 7987390.
HSL color Cylindrical-coordinate representation of color #BEE079: hue angle of 79.81º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEE079 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 121 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.12 |
| HSL | 79.81º | 0.62% | 0.68% | - |
| HSV(B) | 79.81º | 0.46% | 0.88% | - |
| XYZ | 51.34 | 65.64 | 28.05 | - |
| YUV | 202.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 121 | 0.15 | 0 | 0.46 | 0.12 | 79.81 | 0.62 | 0.68 |
| Hex | BE | E0 | 79 | F | 0 | 2E | C | 50 | 3E | 44 |
| Octal | 276 | 340 | 171 | 17 | 0 | 56 | 14 | 120 | 76 | 104 |
| Binary | 10111110 | 11100000 | 1111001 | 1111 | 0 | 101110 | 1100 | 1010000 | 111110 | 1000100 |
Color Harmonies of #BEE079
Complementary color
Monochromatic Colors of #BEE079
Black with #BEE079
Text Example
Text Example
White with #BEE079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE079; }
p { color: rgb(190,224,121); }
H1.HeaderClassName
{
color: #BEE079;
}
.AnyTagClassName
{
color: #BEE079;
}
</style>
background-color css
<style>
a { background-color: #BEE079; }
a { background-color: rgb(190,224,121); }
div.DivClassName
{
background-color: #BEE079;
}
.BgClassName
{
background-color: #BEE079;
}
</style>
border-color css
<style>
span { border-color: #BEE079; }
span { border-color: rgb(190,224,121); }
td.TdClassName
{
border-color: #BEE079;
}
.TagClassName
{
border-color: #BEE079;
}
</style>