Shades of Sulu #BEE77A
Tints of Sulu #BEE77A
RGB
CMYK
RGB Variations
Color information
#BEE77A (or 0xBEE77A) is known color: Sulu. HEX triplet: BE, E7 and 7A. RGB value is (190,231,122). Sum of RGB (Red+Green+Blue) = 190+231+122=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE77A is #411885. Grayscale: #CECECE. Windows color (decimal): -4266118 or 8054718. OLE color: 8054718.
HSL color Cylindrical-coordinate representation of color #BEE77A: hue angle of 82.57º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEE77A is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 122 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.09 |
| HSL | 82.57º | 0.69% | 0.69% | - |
| HSV(B) | 82.57º | 0.47% | 0.91% | - |
| XYZ | 53.32 | 69.5 | 29.02 | - |
| YUV | 206.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 122 | 0.18 | 0 | 0.47 | 0.09 | 82.57 | 0.69 | 0.69 |
| Hex | BE | E7 | 7A | 12 | 0 | 2F | 9 | 53 | 45 | 45 |
| Octal | 276 | 347 | 172 | 22 | 0 | 57 | 11 | 123 | 105 | 105 |
| Binary | 10111110 | 11100111 | 1111010 | 10010 | 0 | 101111 | 1001 | 1010011 | 1000101 | 1000101 |
Color Harmonies of #BEE77A
Complementary color
Monochromatic Colors of #BEE77A
Black with #BEE77A
Text Example
Text Example
White with #BEE77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE77A; }
p { color: rgb(190,231,122); }
H1.HeaderClassName
{
color: #BEE77A;
}
.AnyTagClassName
{
color: #BEE77A;
}
</style>
background-color css
<style>
a { background-color: #BEE77A; }
a { background-color: rgb(190,231,122); }
div.DivClassName
{
background-color: #BEE77A;
}
.BgClassName
{
background-color: #BEE77A;
}
</style>
border-color css
<style>
span { border-color: #BEE77A; }
span { border-color: rgb(190,231,122); }
td.TdClassName
{
border-color: #BEE77A;
}
.TagClassName
{
border-color: #BEE77A;
}
</style>