Shades of Tidal #EDF28C
Tints of Tidal #EDF28C
RGB
CMYK
RGB Variations
Color information
#EDF28C (or 0xEDF28C) is known color: Tidal. HEX triplet: ED, F2 and 8C. RGB value is (237,242,140). Sum of RGB (Red+Green+Blue) = 237+242+140=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF28C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF28C is #120D73. Grayscale: #E5E5E5. Windows color (decimal): -1183092 or 9237229. OLE color: 9237229.
HSL color Cylindrical-coordinate representation of color #EDF28C: hue angle of 62.94º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDF28C is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 140 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.05 |
| HSL | 62.94º | 0.8% | 0.75% | - |
| HSV(B) | 62.94º | 0.42% | 0.95% | - |
| XYZ | 71.41 | 83.4 | 37.15 | - |
| YUV | 228.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 140 | 0.02 | 0 | 0.42 | 0.05 | 62.94 | 0.8 | 0.75 |
| Hex | ED | F2 | 8C | 2 | 0 | 2A | 5 | 3F | 50 | 4B |
| Octal | 355 | 362 | 214 | 2 | 0 | 52 | 5 | 77 | 120 | 113 |
| Binary | 11101101 | 11110010 | 10001100 | 10 | 0 | 101010 | 101 | 111111 | 1010000 | 1001011 |
Color Harmonies of #EDF28C
Complementary color
Monochromatic Colors of #EDF28C
Black with #EDF28C
Text Example
Text Example
White with #EDF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF28C; }
p { color: rgb(237,242,140); }
H1.HeaderClassName
{
color: #EDF28C;
}
.AnyTagClassName
{
color: #EDF28C;
}
</style>
background-color css
<style>
a { background-color: #EDF28C; }
a { background-color: rgb(237,242,140); }
div.DivClassName
{
background-color: #EDF28C;
}
.BgClassName
{
background-color: #EDF28C;
}
</style>
border-color css
<style>
span { border-color: #EDF28C; }
span { border-color: rgb(237,242,140); }
td.TdClassName
{
border-color: #EDF28C;
}
.TagClassName
{
border-color: #EDF28C;
}
</style>