#EDF88D

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

Shades of Tidal #EDF88D

Tints of Tidal #EDF88D

Color information

#EDF88D (or 0xEDF88D) is unknown color: approx Tidal. HEX triplet: ED, F8 and 8D. RGB value is (237,248,141). Sum of RGB (Red+Green+Blue) = 237+248+141=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 141 (55.47% from 255 or 22.52% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF88D is #120772. Grayscale: #E8E8E8. Windows color (decimal): -1181555 or 9304301. OLE color: 9304301.

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

Color convert

RGB237248141-
CMYK0.0400.430.03
HSL66.17º88.43%76.27%-
HSV(B)66.17º43.15%97.25%-
XYZ73.387.0638.14-
YUV232.5176.36131.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 141 (55.47% from 255) = 22.52%
R=37.86%
G=39.62%
B=22.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481410.0400.430.0366.1788.4376.27
HexEDF88D402B342584c
Octal35537021540533102130114
Binary111011011111100010001101100010101111100001010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF88D; }

 p { color: rgb(237,248,141); }

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

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

 a { background-color: rgb(237,248,141); }

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

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

 span { border-color: rgb(237,248,141); }

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