#EDFE7D

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

Shades of Tidal #EDFE7D

Tints of Tidal #EDFE7D

Color information

#EDFE7D (or 0xEDFE7D) is unknown color: approx Tidal. HEX triplet: ED, FE and 7D. RGB value is (237,254,125). Sum of RGB (Red+Green+Blue) = 237+254+125=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 125 (49.22% from 255 or 20.29% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE7D is #120182. Grayscale: #EAEAEA. Windows color (decimal): -1180035 or 8257261. OLE color: 8257261.

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

Color convert

RGB237254125-
CMYK0.0700.510.00
HSL67.91º98.47%74.31%-
HSV(B)67.91º50.79%99.61%-
XYZ74.0790.3732.94-
YUV234.2166.37129.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 125 (49.22% from 255) = 20.29%
R=38.47%
G=41.23%
B=20.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541250.0700.510.0067.9198.4774.31
HexEDFE7D7033044624a
Octal35537617570630104142112
Binary1110110111111110111110111101100110100010011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE7D; }

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

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

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

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

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

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

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

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