Shades of Sulu #BEE07A
Tints of Sulu #BEE07A
RGB
CMYK
RGB Variations
Color information
#BEE07A (or 0xBEE07A) is known color: Sulu. HEX triplet: BE, E0 and 7A. RGB value is (190,224,122). Sum of RGB (Red+Green+Blue) = 190+224+122=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE07A is #411F85. Grayscale: #CACACA. Windows color (decimal): -4267910 or 8052926. OLE color: 8052926.
HSL color Cylindrical-coordinate representation of color #BEE07A: hue angle of 80º 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 #BEE07A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 122 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.12 |
| HSL | 80º | 0.62% | 0.68% | - |
| HSV(B) | 80º | 0.46% | 0.88% | - |
| XYZ | 51.4 | 65.66 | 28.38 | - |
| YUV | 202.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 122 | 0.15 | 0 | 0.46 | 0.12 | 80 | 0.62 | 0.68 |
| Hex | BE | E0 | 7A | F | 0 | 2E | C | 50 | 3E | 44 |
| Octal | 276 | 340 | 172 | 17 | 0 | 56 | 14 | 120 | 76 | 104 |
| Binary | 10111110 | 11100000 | 1111010 | 1111 | 0 | 101110 | 1100 | 1010000 | 111110 | 1000100 |
Color Harmonies of #BEE07A
Complementary color
Monochromatic Colors of #BEE07A
Black with #BEE07A
Text Example
Text Example
White with #BEE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE07A; }
p { color: rgb(190,224,122); }
H1.HeaderClassName
{
color: #BEE07A;
}
.AnyTagClassName
{
color: #BEE07A;
}
</style>
background-color css
<style>
a { background-color: #BEE07A; }
a { background-color: rgb(190,224,122); }
div.DivClassName
{
background-color: #BEE07A;
}
.BgClassName
{
background-color: #BEE07A;
}
</style>
border-color css
<style>
span { border-color: #BEE07A; }
span { border-color: rgb(190,224,122); }
td.TdClassName
{
border-color: #BEE07A;
}
.TagClassName
{
border-color: #BEE07A;
}
</style>