#EDFF7C

Color #EDFF7C Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EDFF7C

Tints of Tidal #EDFF7C

Color information

#EDFF7C (or 0xEDFF7C) is unknown color: approx Tidal. HEX triplet: ED, FF and 7C. RGB value is (237,255,124). Sum of RGB (Red+Green+Blue) = 237+255+124=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF7C is #120083. Grayscale: #EBEBEB. Windows color (decimal): -1179780 or 8191981. OLE color: 8191981.

HSL color Cylindrical-coordinate representation of color #EDFF7C: hue angle of 68.24º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDFF7C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB237255124-
CMYK0.0700.510
HSL68.24º100%74.31%-
HSV(B)68.24º51.37%100%-
XYZ74.3290.9832.71-
YUV234.6865.54129.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 124 (48.83% from 255) = 20.13%
R=38.47%
G=41.40%
B=20.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551240.0700.51068.2410074.31
HexEDFF7C7033044644a
Octal35537717470630104144112
Binary1110110111111111111110011101100110100010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF7C; }

 p { color: rgb(237,255,124); }

 H1.HeaderClassName
 {
   color: #EDFF7C;
 }
 .AnyTagClassName
 {
   color: #EDFF7C;
 }
</style>
background-color css

<style>
 a { background-color: #EDFF7C; }

 a { background-color: rgb(237,255,124); }

 div.DivClassName
 {
   background-color: #EDFF7C;
 }
 .BgClassName
 {
   background-color: #EDFF7C;
 }
</style>
border-color css

<style>
 span { border-color: #EDFF7C; }

 span { border-color: rgb(237,255,124); }

 td.TdClassName
 {
   border-color: #EDFF7C;
 }
 .TagClassName
 {
   border-color: #EDFF7C;
 }
</style>