#EDFC7D

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

Shades of Tidal #EDFC7D

Tints of Tidal #EDFC7D

Color information

#EDFC7D (or 0xEDFC7D) is unknown color: approx Tidal. HEX triplet: ED, FC and 7D. RGB value is (237,252,125). Sum of RGB (Red+Green+Blue) = 237+252+125=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 125 (49.22% from 255 or 20.36% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFC7D is #120382. Grayscale: #E9E9E9. Windows color (decimal): -1180547 or 8256749. OLE color: 8256749.

HSL color Cylindrical-coordinate representation of color #EDFC7D: hue angle of 67.09º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDFC7D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB237252125-
CMYK0.0600.500.01
HSL67.09º95.49%73.92%-
HSV(B)67.09º50.4%98.82%-
XYZ73.4489.1132.73-
YUV233.0467.03130.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 125 (49.22% from 255) = 20.36%
R=38.60%
G=41.04%
B=20.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521250.0600.500.0167.0995.4973.92
HexEDFC7D60321435f4a
Octal35537417560621103137112
Binary1110110111111100111110111001100101100001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFC7D; }

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

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

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

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

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

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

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

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