Shades of Sulu #BEEC80
Tints of Sulu #BEEC80
RGB
CMYK
RGB Variations
Color information
#BEEC80 (or 0xBEEC80) is known color: Sulu. HEX triplet: BE, EC and 80. RGB value is (190,236,128). Sum of RGB (Red+Green+Blue) = 190+236+128=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEC80 is #41137F. Grayscale: #D2D2D2. Windows color (decimal): -4264832 or 8449214. OLE color: 8449214.
HSL color Cylindrical-coordinate representation of color #BEEC80: hue angle of 85.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEEC80 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 128 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.07 |
| HSL | 85.56º | 0.74% | 0.71% | - |
| HSV(B) | 85.56º | 0.46% | 0.93% | - |
| XYZ | 55.13 | 72.5 | 31.51 | - |
| YUV | 209.93 | 81.76 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 128 | 0.19 | 0 | 0.46 | 0.07 | 85.56 | 0.74 | 0.71 |
| Hex | BE | EC | 80 | 13 | 0 | 2E | 7 | 56 | 4A | 47 |
| Octal | 276 | 354 | 200 | 23 | 0 | 56 | 7 | 126 | 112 | 107 |
| Binary | 10111110 | 11101100 | 10000000 | 10011 | 0 | 101110 | 111 | 1010110 | 1001010 | 1000111 |
Color Harmonies of #BEEC80
Complementary color
Monochromatic Colors of #BEEC80
Black with #BEEC80
Text Example
Text Example
White with #BEEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC80; }
p { color: rgb(190,236,128); }
H1.HeaderClassName
{
color: #BEEC80;
}
.AnyTagClassName
{
color: #BEEC80;
}
</style>
background-color css
<style>
a { background-color: #BEEC80; }
a { background-color: rgb(190,236,128); }
div.DivClassName
{
background-color: #BEEC80;
}
.BgClassName
{
background-color: #BEEC80;
}
</style>
border-color css
<style>
span { border-color: #BEEC80; }
span { border-color: rgb(190,236,128); }
td.TdClassName
{
border-color: #BEEC80;
}
.TagClassName
{
border-color: #BEEC80;
}
</style>