#EDFF7D

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

Shades of Tidal #EDFF7D

Tints of Tidal #EDFF7D

Color information

#EDFF7D (or 0xEDFF7D) is unknown color: approx Tidal. HEX triplet: ED, FF and 7D. RGB value is (237,255,125). Sum of RGB (Red+Green+Blue) = 237+255+125=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 125 (49.22% from 255 or 20.26% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF7D is #120082. Grayscale: #EBEBEB. Windows color (decimal): -1179779 or 8257517. OLE color: 8257517.

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

Color convert

RGB237255125-
CMYK0.0700.510
HSL68.31º100%74.51%-
HSV(B)68.31º50.98%100%-
XYZ74.3991.0133.05-
YUV234.866.04129.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 125 (49.22% from 255) = 20.26%
R=38.41%
G=41.33%
B=20.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551250.0700.51068.3110074.51
HexEDFF7D7033044644b
Octal35537717570630104144113
Binary1110110111111111111110111101100110100010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF7D; }

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

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

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

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

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

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

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

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