#EDFA82

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

Shades of Tidal #EDFA82

Tints of Tidal #EDFA82

Color information

#EDFA82 (or 0xEDFA82) is unknown color: approx Tidal. HEX triplet: ED, FA and 82. RGB value is (237,250,130). Sum of RGB (Red+Green+Blue) = 237+250+130=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 130 (51.17% from 255 or 21.07% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFA82 is #12057D. Grayscale: #E8E8E8. Windows color (decimal): -1181054 or 8583917. OLE color: 8583917.

HSL color Cylindrical-coordinate representation of color #EDFA82: hue angle of 66.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDFA82 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB237250130-
CMYK0.0500.480.02
HSL66.5º92.31%74.51%-
HSV(B)66.5º48%98.04%-
XYZ73.1487.9934.25-
YUV232.4370.19131.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 130 (51.17% from 255) = 21.07%
R=38.41%
G=40.52%
B=21.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501300.0500.480.0266.592.3174.51
HexEDFA8250302425c4b
Octal35537220250602102134113
Binary111011011111101010000010101011000010100001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA82; }

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

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

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

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

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

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

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

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