#EDF882

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

Shades of Tidal #EDF882

Tints of Tidal #EDF882

Color information

#EDF882 (or 0xEDF882) is unknown color: approx Tidal. HEX triplet: ED, F8 and 82. RGB value is (237,248,130). Sum of RGB (Red+Green+Blue) = 237+248+130=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 130 (51.17% from 255 or 21.14% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF882 is #12077D. Grayscale: #E7E7E7. Windows color (decimal): -1181566 or 8583405. OLE color: 8583405.

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

Color convert

RGB237248130-
CMYK0.0400.480.03
HSL65.59º89.39%74.12%-
HSV(B)65.59º47.58%97.25%-
XYZ72.5286.7534.04-
YUV231.2670.86132.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 130 (51.17% from 255) = 21.14%
R=38.54%
G=40.33%
B=21.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481300.0400.480.0365.5989.3974.12
HexEDF8824030342594a
Octal35537020240603102131112
Binary111011011111100010000010100011000011100001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF882; }

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

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

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

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

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

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

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

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