Html Css Color HEX #EDF780 Tidal

📋 copy color: '#EDF780'

red 237 ◦ green 247 ◦ blue 128

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

Shades of Tidal #EDF780

Tints of Tidal #EDF780

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.36%

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

R = 38.73%
G = 40.36%
B = 20.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#EDF780 (or 0xEDF780) is known color: Tidal. HEX triplet: ED, F7 and 80. RGB value is (237,247,128). Sum of RGB (Red+Green+Blue) = 237+247+128=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 128 (50.39% from 255 or 20.92% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF780 is #12087F. Grayscale: #E6E6E6. Windows color (decimal): -1181824 or 8452077. OLE color: 8452077.

HSL color Cylindrical-coordinate representation of color #EDF780: hue angle of 65.04º degrees, saturation: 0.88, 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 #EDF780 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 128 -
CMYK 0.04 0 0.48 0.03
HSL 65.04º 0.88% 0.74% -
HSV(B) 65.04º 0.48% 0.97% -
XYZ 72.08 86.08 33.24 -
YUV 230.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 237 247 128 0.04 0 0.48 0.03 65.04 0.88 0.74
Hex ED F7 80 4 0 30 3 41 58 4A
Octal 355 367 200 4 0 60 3 101 130 112
Binary 11101101 11110111 10000000 100 0 110000 11 1000001 1011000 1001010

Color Harmonies of #EDF780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF780

Black with #EDF780

Text Example


Text Example

White with #EDF780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF780; }

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

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

background-color css

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

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

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

border-color css

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

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

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