Html Css Color HEX #EDF284 Tidal

📋 copy color: '#EDF284'

red 237 ◦ green 242 ◦ blue 132

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

Shades of Tidal #EDF284

Tints of Tidal #EDF284

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.61%

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

R = 38.79%
G = 39.61%
B = 21.6%

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

#EDF284 (or 0xEDF284) is known color: Tidal. HEX triplet: ED, F2 and 84. RGB value is (237,242,132). Sum of RGB (Red+Green+Blue) = 237+242+132=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 132 (51.95% from 255 or 21.60% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF284 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF284 is #120D7B. Grayscale: #E4E4E4. Windows color (decimal): -1183100 or 8712941. OLE color: 8712941.

HSL color Cylindrical-coordinate representation of color #EDF284: hue angle of 62.73º degrees, saturation: 0.81, 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 #EDF284 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 132 -
CMYK 0.02 0 0.45 0.05
HSL 62.73º 0.81% 0.73% -
HSV(B) 62.73º 0.45% 0.95% -
XYZ 70.84 83.17 34.15 -
YUV 227.97 73.84 134.44 -
System Red Green Blue C M Y K H S L
Decimal 237 242 132 0.02 0 0.45 0.05 62.73 0.81 0.73
Hex ED F2 84 2 0 2D 5 3F 51 49
Octal 355 362 204 2 0 55 5 77 121 111
Binary 11101101 11110010 10000100 10 0 101101 101 111111 1010001 1001001

Color Harmonies of #EDF284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF284

Black with #EDF284

Text Example


Text Example

White with #EDF284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF284; }

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

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

background-color css

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

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

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

border-color css

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

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

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