Html Css Color HEX #EDF184 Tidal

📋 copy color: '#EDF184'

red 237 ◦ green 241 ◦ blue 132

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

Shades of Tidal #EDF184

Tints of Tidal #EDF184

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.51%

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

R = 38.85%
G = 39.51%
B = 21.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#EDF184 (or 0xEDF184) is known color: Tidal. HEX triplet: ED, F1 and 84. RGB value is (237,241,132). Sum of RGB (Red+Green+Blue) = 237+241+132=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 132 (51.95% from 255 or 21.64% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF184 is #120E7B. Grayscale: #E3E3E3. Windows color (decimal): -1183356 or 8712685. OLE color: 8712685.

HSL color Cylindrical-coordinate representation of color #EDF184: hue angle of 62.2º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDF184 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 132 -
CMYK 0.02 0 0.45 0.05
HSL 62.2º 0.8% 0.73% -
HSV(B) 62.2º 0.45% 0.95% -
XYZ 70.55 82.58 34.05 -
YUV 227.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 237 241 132 0.02 0 0.45 0.05 62.2 0.8 0.73
Hex ED F1 84 2 0 2D 5 3E 50 49
Octal 355 361 204 2 0 55 5 76 120 111
Binary 11101101 11110001 10000100 10 0 101101 101 111110 1010000 1001001

Color Harmonies of #EDF184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF184

Black with #EDF184

Text Example


Text Example

White with #EDF184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF184; }

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

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

background-color css

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

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

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

border-color css

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

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

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