Shades of Tidal #EDF282
Tints of Tidal #EDF282
RGB
CMYK
RGB Variations
Color information
#EDF282 (or 0xEDF282) is known color: Tidal. HEX triplet: ED, F2 and 82. RGB value is (237,242,130). Sum of RGB (Red+Green+Blue) = 237+242+130=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF282 is #120D7D. Grayscale: #E4E4E4. Windows color (decimal): -1183102 or 8581869. OLE color: 8581869.
HSL color Cylindrical-coordinate representation of color #EDF282: hue angle of 62.68º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF282 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 130 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.05 |
| HSL | 62.68º | 0.81% | 0.73% | - |
| HSV(B) | 62.68º | 0.46% | 0.95% | - |
| XYZ | 70.71 | 83.12 | 33.44 | - |
| YUV | 227.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 130 | 0.02 | 0 | 0.46 | 0.05 | 62.68 | 0.81 | 0.73 |
| Hex | ED | F2 | 82 | 2 | 0 | 2E | 5 | 3F | 51 | 49 |
| Octal | 355 | 362 | 202 | 2 | 0 | 56 | 5 | 77 | 121 | 111 |
| Binary | 11101101 | 11110010 | 10000010 | 10 | 0 | 101110 | 101 | 111111 | 1010001 | 1001001 |
Color Harmonies of #EDF282
Complementary color
Monochromatic Colors of #EDF282
Black with #EDF282
Text Example
Text Example
White with #EDF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF282; }
p { color: rgb(237,242,130); }
H1.HeaderClassName
{
color: #EDF282;
}
.AnyTagClassName
{
color: #EDF282;
}
</style>
background-color css
<style>
a { background-color: #EDF282; }
a { background-color: rgb(237,242,130); }
div.DivClassName
{
background-color: #EDF282;
}
.BgClassName
{
background-color: #EDF282;
}
</style>
border-color css
<style>
span { border-color: #EDF282; }
span { border-color: rgb(237,242,130); }
td.TdClassName
{
border-color: #EDF282;
}
.TagClassName
{
border-color: #EDF282;
}
</style>