Html Css Color HEX #EDF580 Tidal

📋 copy color: '#EDF580'

red 237 ◦ green 245 ◦ blue 128

#EDF580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #EDF580

Tints of Tidal #EDF580

RGB

 RED value IS 237 (92.97% from 255) = 38.85%

 GREEN value IS 245 (96.09% from 255) = 40.16%

 BLUE value IS 128 (50.39% from 255) = 20.98%

R = 38.85%
G = 40.16%
B = 20.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#EDF580 (or 0xEDF580) is known color: Tidal. HEX triplet: ED, F5 and 80. RGB value is (237,245,128). Sum of RGB (Red+Green+Blue) = 237+245+128=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 128 (50.39% from 255 or 20.98% from 610); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF580 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF580 is #120A7F. Grayscale: #E5E5E5. Windows color (decimal): -1182336 or 8451565. OLE color: 8451565.

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

Color convert

RGB 237 245 128 -
CMYK 0.03 0 0.48 0.04
HSL 64.1º 0.85% 0.73% -
HSV(B) 64.1º 0.48% 0.96% -
XYZ 71.47 84.87 33.04 -
YUV 229.27 70.85 133.51 -
System Red Green Blue C M Y K H S L
Decimal 237 245 128 0.03 0 0.48 0.04 64.1 0.85 0.73
Hex ED F5 80 3 0 30 4 40 55 49
Octal 355 365 200 3 0 60 4 100 125 111
Binary 11101101 11110101 10000000 11 0 110000 100 1000000 1010101 1001001

Color Harmonies of #EDF580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF580

Black with #EDF580

Text Example


Text Example

White with #EDF580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF580; }

 p { color: rgb(237,245,128); }

 H1.HeaderClassName
 {
   color: #EDF580;
 }
 .AnyTagClassName
 {
   color: #EDF580;
 }
</style>

background-color css

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

 a { background-color: rgb(237,245,128); }

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

border-color css

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

 span { border-color: rgb(237,245,128); }

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