Html Css Color HEX #EDFE7C Tidal

📋 copy color: '#EDFE7C'

red 237 ◦ green 254 ◦ blue 124

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

Shades of Tidal #EDFE7C

Tints of Tidal #EDFE7C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.3%

 BLUE value IS 124 (48.83% from 255) = 20.16%

R = 38.54%
G = 41.3%
B = 20.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#EDFE7C (or 0xEDFE7C) is known color: Tidal. HEX triplet: ED, FE and 7C. RGB value is (237,254,124). Sum of RGB (Red+Green+Blue) = 237+254+124=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 124 (48.83% from 255 or 20.16% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE7C is #120183. Grayscale: #EAEAEA. Windows color (decimal): -1180036 or 8191725. OLE color: 8191725.

HSL color Cylindrical-coordinate representation of color #EDFE7C: hue angle of 67.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDFE7C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 124 -
CMYK 0.07 0 0.51 0.00
HSL 67.85º 0.98% 0.74% -
HSV(B) 67.85º 0.51% 1% -
XYZ 74 90.34 32.61 -
YUV 234.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 237 254 124 0.07 0 0.51 0.00 67.85 0.98 0.74
Hex ED FE 7C 7 0 33 0 44 62 4A
Octal 355 376 174 7 0 63 0 104 142 112
Binary 11101101 11111110 1111100 111 0 110011 0 1000100 1100010 1001010

Color Harmonies of #EDFE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE7C

Black with #EDFE7C

Text Example


Text Example

White with #EDFE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE7C; }

 p { color: rgb(237,254,124); }

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

background-color css

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

 a { background-color: rgb(237,254,124); }

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

border-color css

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

 span { border-color: rgb(237,254,124); }

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