Shades of Tidal #EDFE90
Tints of Tidal #EDFE90
RGB
CMYK
RGB Variations
Color information
#EDFE90 (or 0xEDFE90) is known color: Tidal. HEX triplet: ED, FE and 90. RGB value is (237,254,144). Sum of RGB (Red+Green+Blue) = 237+254+144=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 144 (56.64% from 255 or 22.68% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE90 is #12016F. Grayscale: #ECECEC. Windows color (decimal): -1180016 or 9502445. OLE color: 9502445.
HSL color Cylindrical-coordinate representation of color #EDFE90: hue angle of 69.27º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDFE90 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 144 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.00 |
| HSL | 69.27º | 0.98% | 0.78% | - |
| HSV(B) | 69.27º | 0.43% | 1% | - |
| XYZ | 75.4 | 90.9 | 39.96 | - |
| YUV | 236.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 144 | 0.07 | 0 | 0.43 | 0.00 | 69.27 | 0.98 | 0.78 |
| Hex | ED | FE | 90 | 7 | 0 | 2B | 0 | 45 | 62 | 4E |
| Octal | 355 | 376 | 220 | 7 | 0 | 53 | 0 | 105 | 142 | 116 |
| Binary | 11101101 | 11111110 | 10010000 | 111 | 0 | 101011 | 0 | 1000101 | 1100010 | 1001110 |
Color Harmonies of #EDFE90
Complementary color
Monochromatic Colors of #EDFE90
Black with #EDFE90
Text Example
Text Example
White with #EDFE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE90; }
p { color: rgb(237,254,144); }
H1.HeaderClassName
{
color: #EDFE90;
}
.AnyTagClassName
{
color: #EDFE90;
}
</style>
background-color css
<style>
a { background-color: #EDFE90; }
a { background-color: rgb(237,254,144); }
div.DivClassName
{
background-color: #EDFE90;
}
.BgClassName
{
background-color: #EDFE90;
}
</style>
border-color css
<style>
span { border-color: #EDFE90; }
span { border-color: rgb(237,254,144); }
td.TdClassName
{
border-color: #EDFE90;
}
.TagClassName
{
border-color: #EDFE90;
}
</style>