Shades of Sulu #BEED80
Tints of Sulu #BEED80
RGB
CMYK
RGB Variations
Color information
#BEED80 (or 0xBEED80) is known color: Sulu. HEX triplet: BE, ED and 80. RGB value is (190,237,128). Sum of RGB (Red+Green+Blue) = 190+237+128=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED80 is #41127F. Grayscale: #D2D2D2. Windows color (decimal): -4264576 or 8449470. OLE color: 8449470.
HSL color Cylindrical-coordinate representation of color #BEED80: hue angle of 85.87º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEED80 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 128 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.07 |
| HSL | 85.87º | 0.75% | 0.72% | - |
| HSV(B) | 85.87º | 0.46% | 0.93% | - |
| XYZ | 55.42 | 73.07 | 31.61 | - |
| YUV | 210.52 | 81.43 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 128 | 0.20 | 0 | 0.46 | 0.07 | 85.87 | 0.75 | 0.72 |
| Hex | BE | ED | 80 | 14 | 0 | 2E | 7 | 56 | 4B | 48 |
| Octal | 276 | 355 | 200 | 24 | 0 | 56 | 7 | 126 | 113 | 110 |
| Binary | 10111110 | 11101101 | 10000000 | 10100 | 0 | 101110 | 111 | 1010110 | 1001011 | 1001000 |
Color Harmonies of #BEED80
Complementary color
Monochromatic Colors of #BEED80
Black with #BEED80
Text Example
Text Example
White with #BEED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED80; }
p { color: rgb(190,237,128); }
H1.HeaderClassName
{
color: #BEED80;
}
.AnyTagClassName
{
color: #BEED80;
}
</style>
background-color css
<style>
a { background-color: #BEED80; }
a { background-color: rgb(190,237,128); }
div.DivClassName
{
background-color: #BEED80;
}
.BgClassName
{
background-color: #BEED80;
}
</style>
border-color css
<style>
span { border-color: #BEED80; }
span { border-color: rgb(190,237,128); }
td.TdClassName
{
border-color: #BEED80;
}
.TagClassName
{
border-color: #BEED80;
}
</style>