Shades of Tidal #EDFB81
Tints of Tidal #EDFB81
RGB
CMYK
RGB Variations
Color information
#EDFB81 (or 0xEDFB81) is known color: Tidal. HEX triplet: ED, FB and 81. RGB value is (237,251,129). Sum of RGB (Red+Green+Blue) = 237+251+129=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 129 (50.78% from 255 or 20.91% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB81 is #12047E. Grayscale: #E9E9E9. Windows color (decimal): -1180799 or 8518637. OLE color: 8518637.
HSL color Cylindrical-coordinate representation of color #EDFB81: hue angle of 66.89º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDFB81 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 129 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.02 |
| HSL | 66.89º | 0.94% | 0.75% | - |
| HSV(B) | 66.89º | 0.49% | 0.98% | - |
| XYZ | 73.38 | 88.58 | 34 | - |
| YUV | 232.91 | 69.36 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 129 | 0.06 | 0 | 0.49 | 0.02 | 66.89 | 0.94 | 0.75 |
| Hex | ED | FB | 81 | 6 | 0 | 31 | 2 | 43 | 5E | 4B |
| Octal | 355 | 373 | 201 | 6 | 0 | 61 | 2 | 103 | 136 | 113 |
| Binary | 11101101 | 11111011 | 10000001 | 110 | 0 | 110001 | 10 | 1000011 | 1011110 | 1001011 |
Color Harmonies of #EDFB81
Complementary color
Monochromatic Colors of #EDFB81
Black with #EDFB81
Text Example
Text Example
White with #EDFB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB81; }
p { color: rgb(237,251,129); }
H1.HeaderClassName
{
color: #EDFB81;
}
.AnyTagClassName
{
color: #EDFB81;
}
</style>
background-color css
<style>
a { background-color: #EDFB81; }
a { background-color: rgb(237,251,129); }
div.DivClassName
{
background-color: #EDFB81;
}
.BgClassName
{
background-color: #EDFB81;
}
</style>
border-color css
<style>
span { border-color: #EDFB81; }
span { border-color: rgb(237,251,129); }
td.TdClassName
{
border-color: #EDFB81;
}
.TagClassName
{
border-color: #EDFB81;
}
</style>