Html Css Color HEX #EDF682 Tidal

📋 copy color: '#EDF682'

red 237 ◦ green 246 ◦ blue 130

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

Shades of Tidal #EDF682

Tints of Tidal #EDF682

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.13%

 BLUE value IS 130 (51.17% from 255) = 21.21%

R = 38.66%
G = 40.13%
B = 21.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#EDF682 (or 0xEDF682) is known color: Tidal. HEX triplet: ED, F6 and 82. RGB value is (237,246,130). Sum of RGB (Red+Green+Blue) = 237+246+130=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 130 (51.17% from 255 or 21.21% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF682 is #12097D. Grayscale: #E6E6E6. Windows color (decimal): -1182078 or 8582893. OLE color: 8582893.

HSL color Cylindrical-coordinate representation of color #EDF682: hue angle of 64.66º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF682 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 130 -
CMYK 0.04 0 0.47 0.04
HSL 64.66º 0.87% 0.74% -
HSV(B) 64.66º 0.47% 0.96% -
XYZ 71.91 85.53 33.84 -
YUV 230.09 71.52 132.93 -
System Red Green Blue C M Y K H S L
Decimal 237 246 130 0.04 0 0.47 0.04 64.66 0.87 0.74
Hex ED F6 82 4 0 2F 4 41 57 4A
Octal 355 366 202 4 0 57 4 101 127 112
Binary 11101101 11110110 10000010 100 0 101111 100 1000001 1010111 1001010

Color Harmonies of #EDF682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF682

Black with #EDF682

Text Example


Text Example

White with #EDF682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF682; }

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

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

background-color css

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

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

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

border-color css

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

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

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