Shades of Sulu #BEE06A
Tints of Sulu #BEE06A
RGB
CMYK
RGB Variations
Color information
#BEE06A (or 0xBEE06A) is known color: Sulu. HEX triplet: BE, E0 and 6A. RGB value is (190,224,106). Sum of RGB (Red+Green+Blue) = 190+224+106=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE06A is #411F95. Grayscale: #C8C8C8. Windows color (decimal): -4267926 or 7004350. OLE color: 7004350.
HSL color Cylindrical-coordinate representation of color #BEE06A: hue angle of 77.29º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEE06A is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 106 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.12 |
| HSL | 77.29º | 0.66% | 0.65% | - |
| HSV(B) | 77.29º | 0.53% | 0.88% | - |
| XYZ | 50.49 | 65.3 | 23.58 | - |
| YUV | 200.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 106 | 0.15 | 0 | 0.53 | 0.12 | 77.29 | 0.66 | 0.65 |
| Hex | BE | E0 | 6A | F | 0 | 35 | C | 4D | 42 | 41 |
| Octal | 276 | 340 | 152 | 17 | 0 | 65 | 14 | 115 | 102 | 101 |
| Binary | 10111110 | 11100000 | 1101010 | 1111 | 0 | 110101 | 1100 | 1001101 | 1000010 | 1000001 |
Color Harmonies of #BEE06A
Complementary color
Monochromatic Colors of #BEE06A
Black with #BEE06A
Text Example
Text Example
White with #BEE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE06A; }
p { color: rgb(190,224,106); }
H1.HeaderClassName
{
color: #BEE06A;
}
.AnyTagClassName
{
color: #BEE06A;
}
</style>
background-color css
<style>
a { background-color: #BEE06A; }
a { background-color: rgb(190,224,106); }
div.DivClassName
{
background-color: #BEE06A;
}
.BgClassName
{
background-color: #BEE06A;
}
</style>
border-color css
<style>
span { border-color: #BEE06A; }
span { border-color: rgb(190,224,106); }
td.TdClassName
{
border-color: #BEE06A;
}
.TagClassName
{
border-color: #BEE06A;
}
</style>