Shades of Sulu #BEE27A
Tints of Sulu #BEE27A
RGB
CMYK
RGB Variations
Color information
#BEE27A (or 0xBEE27A) is known color: Sulu. HEX triplet: BE, E2 and 7A. RGB value is (190,226,122). Sum of RGB (Red+Green+Blue) = 190+226+122=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE27A is #411D85. Grayscale: #CBCBCB. Windows color (decimal): -4267398 or 8053438. OLE color: 8053438.
HSL color Cylindrical-coordinate representation of color #BEE27A: hue angle of 80.77º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEE27A is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 122 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.11 |
| HSL | 80.77º | 0.64% | 0.68% | - |
| HSV(B) | 80.77º | 0.46% | 0.89% | - |
| XYZ | 51.94 | 66.75 | 28.56 | - |
| YUV | 203.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 122 | 0.16 | 0 | 0.46 | 0.11 | 80.77 | 0.64 | 0.68 |
| Hex | BE | E2 | 7A | 10 | 0 | 2E | B | 51 | 40 | 44 |
| Octal | 276 | 342 | 172 | 20 | 0 | 56 | 13 | 121 | 100 | 104 |
| Binary | 10111110 | 11100010 | 1111010 | 10000 | 0 | 101110 | 1011 | 1010001 | 1000000 | 1000100 |
Color Harmonies of #BEE27A
Complementary color
Monochromatic Colors of #BEE27A
Black with #BEE27A
Text Example
Text Example
White with #BEE27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE27A; }
p { color: rgb(190,226,122); }
H1.HeaderClassName
{
color: #BEE27A;
}
.AnyTagClassName
{
color: #BEE27A;
}
</style>
background-color css
<style>
a { background-color: #BEE27A; }
a { background-color: rgb(190,226,122); }
div.DivClassName
{
background-color: #BEE27A;
}
.BgClassName
{
background-color: #BEE27A;
}
</style>
border-color css
<style>
span { border-color: #BEE27A; }
span { border-color: rgb(190,226,122); }
td.TdClassName
{
border-color: #BEE27A;
}
.TagClassName
{
border-color: #BEE27A;
}
</style>