Shades of Tidal #EDFB80
Tints of Tidal #EDFB80
RGB
CMYK
RGB Variations
Color information
#EDFB80 (or 0xEDFB80) is known color: Tidal. HEX triplet: ED, FB and 80. RGB value is (237,251,128). Sum of RGB (Red+Green+Blue) = 237+251+128=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB80 is #12047F. Grayscale: #E9E9E9. Windows color (decimal): -1180800 or 8453101. OLE color: 8453101.
HSL color Cylindrical-coordinate representation of color #EDFB80: hue angle of 66.83º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDFB80 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 128 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.02 |
| HSL | 66.83º | 0.94% | 0.74% | - |
| HSV(B) | 66.83º | 0.49% | 0.98% | - |
| XYZ | 73.32 | 88.56 | 33.65 | - |
| YUV | 232.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 128 | 0.06 | 0 | 0.49 | 0.02 | 66.83 | 0.94 | 0.74 |
| Hex | ED | FB | 80 | 6 | 0 | 31 | 2 | 43 | 5E | 4A |
| Octal | 355 | 373 | 200 | 6 | 0 | 61 | 2 | 103 | 136 | 112 |
| Binary | 11101101 | 11111011 | 10000000 | 110 | 0 | 110001 | 10 | 1000011 | 1011110 | 1001010 |
Color Harmonies of #EDFB80
Complementary color
Monochromatic Colors of #EDFB80
Black with #EDFB80
Text Example
Text Example
White with #EDFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB80; }
p { color: rgb(237,251,128); }
H1.HeaderClassName
{
color: #EDFB80;
}
.AnyTagClassName
{
color: #EDFB80;
}
</style>
background-color css
<style>
a { background-color: #EDFB80; }
a { background-color: rgb(237,251,128); }
div.DivClassName
{
background-color: #EDFB80;
}
.BgClassName
{
background-color: #EDFB80;
}
</style>
border-color css
<style>
span { border-color: #EDFB80; }
span { border-color: rgb(237,251,128); }
td.TdClassName
{
border-color: #EDFB80;
}
.TagClassName
{
border-color: #EDFB80;
}
</style>