Shades of Sulu #BEE57A
Tints of Sulu #BEE57A
RGB
CMYK
RGB Variations
Color information
#BEE57A (or 0xBEE57A) is known color: Sulu. HEX triplet: BE, E5 and 7A. RGB value is (190,229,122). Sum of RGB (Red+Green+Blue) = 190+229+122=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE57A is #411A85. Grayscale: #CDCDCD. Windows color (decimal): -4266630 or 8054206. OLE color: 8054206.
HSL color Cylindrical-coordinate representation of color #BEE57A: hue angle of 81.87º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEE57A is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 122 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.10 |
| HSL | 81.87º | 0.67% | 0.69% | - |
| HSV(B) | 81.87º | 0.47% | 0.9% | - |
| XYZ | 52.77 | 68.39 | 28.83 | - |
| YUV | 205.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 122 | 0.17 | 0 | 0.47 | 0.10 | 81.87 | 0.67 | 0.69 |
| Hex | BE | E5 | 7A | 11 | 0 | 2F | A | 52 | 43 | 45 |
| Octal | 276 | 345 | 172 | 21 | 0 | 57 | 12 | 122 | 103 | 105 |
| Binary | 10111110 | 11100101 | 1111010 | 10001 | 0 | 101111 | 1010 | 1010010 | 1000011 | 1000101 |
Color Harmonies of #BEE57A
Complementary color
Monochromatic Colors of #BEE57A
Black with #BEE57A
Text Example
Text Example
White with #BEE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE57A; }
p { color: rgb(190,229,122); }
H1.HeaderClassName
{
color: #BEE57A;
}
.AnyTagClassName
{
color: #BEE57A;
}
</style>
background-color css
<style>
a { background-color: #BEE57A; }
a { background-color: rgb(190,229,122); }
div.DivClassName
{
background-color: #BEE57A;
}
.BgClassName
{
background-color: #BEE57A;
}
</style>
border-color css
<style>
span { border-color: #BEE57A; }
span { border-color: rgb(190,229,122); }
td.TdClassName
{
border-color: #BEE57A;
}
.TagClassName
{
border-color: #BEE57A;
}
</style>