Html Css Color HEX #EDF781 Tidal

📋 copy color: '#EDF781'

red 237 ◦ green 247 ◦ blue 129

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

Shades of Tidal #EDF781

Tints of Tidal #EDF781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.04%

R = 38.66%
G = 40.29%
B = 21.04%

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

#EDF781 (or 0xEDF781) is known color: Tidal. HEX triplet: ED, F7 and 81. RGB value is (237,247,129). Sum of RGB (Red+Green+Blue) = 237+247+129=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 129 (50.78% from 255 or 21.04% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF781 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF781 is #12087E. Grayscale: #E7E7E7. Windows color (decimal): -1181823 or 8517613. OLE color: 8517613.

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

Color convert

RGB 237 247 129 -
CMYK 0.04 0 0.48 0.03
HSL 65.08º 0.88% 0.74% -
HSV(B) 65.08º 0.48% 0.97% -
XYZ 72.15 86.11 33.59 -
YUV 230.56 70.69 132.59 -
System Red Green Blue C M Y K H S L
Decimal 237 247 129 0.04 0 0.48 0.03 65.08 0.88 0.74
Hex ED F7 81 4 0 30 3 41 58 4A
Octal 355 367 201 4 0 60 3 101 130 112
Binary 11101101 11110111 10000001 100 0 110000 11 1000001 1011000 1001010

Color Harmonies of #EDF781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF781

Black with #EDF781

Text Example


Text Example

White with #EDF781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF781; }

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

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

background-color css

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

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

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

border-color css

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

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

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