#EDF282

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

Shades of Tidal #EDF282

Tints of Tidal #EDF282

Color information

#EDF282 (or 0xEDF282) is unknown color: approx Tidal. HEX triplet: ED, F2 and 82. RGB value is (237,242,130). Sum of RGB (Red+Green+Blue) = 237+242+130=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF282 is #120D7D. Grayscale: #E4E4E4. Windows color (decimal): -1183102 or 8581869. OLE color: 8581869.

HSL color Cylindrical-coordinate representation of color #EDF282: hue angle of 62.68º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF282 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB237242130-
CMYK0.0200.460.05
HSL62.68º81.16%72.94%-
HSV(B)62.68º46.28%94.9%-
XYZ70.7183.1233.44-
YUV227.7472.84134.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 130 (51.17% from 255) = 21.35%
R=38.92%
G=39.74%
B=21.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421300.0200.460.0562.6881.1672.94
HexEDF282202E53f5149
Octal3553622022056577121111
Binary11101101111100101000001010010111010111111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF282; }

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

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

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

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

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

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

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

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