Html Css Color HEX #EDF18D Tidal

📋 copy color: '#EDF18D'

red 237 ◦ green 241 ◦ blue 141

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

Shades of Tidal #EDF18D

Tints of Tidal #EDF18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.78%

R = 38.29%
G = 38.93%
B = 22.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#EDF18D (or 0xEDF18D) is known color: Tidal. HEX triplet: ED, F1 and 8D. RGB value is (237,241,141). Sum of RGB (Red+Green+Blue) = 237+241+141=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 141 (55.47% from 255 or 22.78% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF18D is #120E72. Grayscale: #E4E4E4. Windows color (decimal): -1183347 or 9302509. OLE color: 9302509.

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

Color convert

RGB 237 241 141 -
CMYK 0.02 0 0.41 0.05
HSL 62.4º 0.78% 0.75% -
HSV(B) 62.4º 0.41% 0.95% -
XYZ 71.19 82.84 37.44 -
YUV 228.4 78.67 134.13 -
System Red Green Blue C M Y K H S L
Decimal 237 241 141 0.02 0 0.41 0.05 62.4 0.78 0.75
Hex ED F1 8D 2 0 29 5 3E 4E 4B
Octal 355 361 215 2 0 51 5 76 116 113
Binary 11101101 11110001 10001101 10 0 101001 101 111110 1001110 1001011

Color Harmonies of #EDF18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF18D

Black with #EDF18D

Text Example


Text Example

White with #EDF18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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