#EDF78B

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

Shades of Tidal #EDF78B

Tints of Tidal #EDF78B

Color information

#EDF78B (or 0xEDF78B) is unknown color: approx Tidal. HEX triplet: ED, F7 and 8B. RGB value is (237,247,139). Sum of RGB (Red+Green+Blue) = 237+247+139=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 139 (54.69% from 255 or 22.31% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF78B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF78B is #120874. Grayscale: #E8E8E8. Windows color (decimal): -1181813 or 9172973. OLE color: 9172973.

HSL color Cylindrical-coordinate representation of color #EDF78B: hue angle of 65.56º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDF78B is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB237247139-
CMYK0.0400.440.03
HSL65.56º87.1%75.69%-
HSV(B)65.56º43.72%96.86%-
XYZ72.8586.3937.26-
YUV231.775.69131.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 247 (96.88% from 255) = 39.65%
BLUE value IS 139 (54.69% from 255) = 22.31%
R=38.04%
G=39.65%
B=22.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471390.0400.440.0365.5687.175.69
HexEDF78B402C342574c
Octal35536721340543102127114
Binary111011011111011110001011100010110011100001010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF78B; }

 p { color: rgb(237,247,139); }

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

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

 a { background-color: rgb(237,247,139); }

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

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

 span { border-color: rgb(237,247,139); }

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