Html Css Color HEX #EDF681 Tidal

📋 copy color: '#EDF681'

red 237 ◦ green 246 ◦ blue 129

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

Shades of Tidal #EDF681

Tints of Tidal #EDF681

RGB

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

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

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

R = 38.73%
G = 40.2%
B = 21.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#EDF681 (or 0xEDF681) is known color: Tidal. HEX triplet: ED, F6 and 81. RGB value is (237,246,129). Sum of RGB (Red+Green+Blue) = 237+246+129=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 129 (50.78% from 255 or 21.08% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF681 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF681 is #12097E. Grayscale: #E6E6E6. Windows color (decimal): -1182079 or 8517357. OLE color: 8517357.

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

Color convert

RGB 237 246 129 -
CMYK 0.04 0 0.48 0.04
HSL 64.62º 0.87% 0.74% -
HSV(B) 64.62º 0.48% 0.96% -
XYZ 71.84 85.5 33.49 -
YUV 229.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 237 246 129 0.04 0 0.48 0.04 64.62 0.87 0.74
Hex ED F6 81 4 0 30 4 41 57 4A
Octal 355 366 201 4 0 60 4 101 127 112
Binary 11101101 11110110 10000001 100 0 110000 100 1000001 1010111 1001010

Color Harmonies of #EDF681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF681

Black with #EDF681

Text Example


Text Example

White with #EDF681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF681; }

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

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

background-color css

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

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

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

border-color css

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

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

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