Html Css Color HEX #EDF684 Tidal

📋 copy color: '#EDF684'

red 237 ◦ green 246 ◦ blue 132

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

Shades of Tidal #EDF684

Tints of Tidal #EDF684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.46%

R = 38.54%
G = 40%
B = 21.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#EDF684 (or 0xEDF684) is known color: Tidal. HEX triplet: ED, F6 and 84. RGB value is (237,246,132). Sum of RGB (Red+Green+Blue) = 237+246+132=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF684 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF684 is #12097B. Grayscale: #E6E6E6. Windows color (decimal): -1182076 or 8713965. OLE color: 8713965.

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

Color convert

RGB 237 246 132 -
CMYK 0.04 0 0.46 0.04
HSL 64.74º 0.86% 0.74% -
HSV(B) 64.74º 0.46% 0.96% -
XYZ 72.05 85.58 34.55 -
YUV 230.31 72.52 132.77 -
System Red Green Blue C M Y K H S L
Decimal 237 246 132 0.04 0 0.46 0.04 64.74 0.86 0.74
Hex ED F6 84 4 0 2E 4 41 56 4A
Octal 355 366 204 4 0 56 4 101 126 112
Binary 11101101 11110110 10000100 100 0 101110 100 1000001 1010110 1001010

Color Harmonies of #EDF684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF684

Black with #EDF684

Text Example


Text Example

White with #EDF684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF684; }

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

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

background-color css

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

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

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

border-color css

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

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

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