#EDFD82

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

Shades of Tidal #EDFD82

Tints of Tidal #EDFD82

Color information

#EDFD82 (or 0xEDFD82) is unknown color: approx Tidal. HEX triplet: ED, FD and 82. RGB value is (237,253,130). Sum of RGB (Red+Green+Blue) = 237+253+130=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 130 (51.17% from 255 or 20.97% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFD82 is #12027D. Grayscale: #EAEAEA. Windows color (decimal): -1180286 or 8584685. OLE color: 8584685.

HSL color Cylindrical-coordinate representation of color #EDFD82: hue angle of 67.8º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDFD82 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB237253130-
CMYK0.0600.490.01
HSL67.8º96.85%75.1%-
HSV(B)67.8º48.62%99.22%-
XYZ74.0889.8734.56-
YUV234.1969.2130-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 130 (51.17% from 255) = 20.97%
R=38.23%
G=40.81%
B=20.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531300.0600.490.0167.896.8575.1
HexEDFD826031144614b
Octal35537520260611104141113
Binary11101101111111011000001011001100011100010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD82; }

 p { color: rgb(237,253,130); }

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

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

 a { background-color: rgb(237,253,130); }

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

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

 span { border-color: rgb(237,253,130); }

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