Html Css Color HEX #EDF18B Tidal

📋 copy color: '#EDF18B'

red 237 ◦ green 241 ◦ blue 139

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

Shades of Tidal #EDF18B

Tints of Tidal #EDF18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.53%

R = 38.41%
G = 39.06%
B = 22.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#EDF18B (or 0xEDF18B) is known color: Tidal. HEX triplet: ED, F1 and 8B. RGB value is (237,241,139). Sum of RGB (Red+Green+Blue) = 237+241+139=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 139 (54.69% from 255 or 22.53% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF18B is #120E74. Grayscale: #E4E4E4. Windows color (decimal): -1183349 or 9171437. OLE color: 9171437.

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

Color convert

RGB 237 241 139 -
CMYK 0.02 0 0.42 0.05
HSL 62.35º 0.78% 0.75% -
HSV(B) 62.35º 0.42% 0.95% -
XYZ 71.04 82.78 36.66 -
YUV 228.18 77.67 134.29 -
System Red Green Blue C M Y K H S L
Decimal 237 241 139 0.02 0 0.42 0.05 62.35 0.78 0.75
Hex ED F1 8B 2 0 2A 5 3E 4E 4B
Octal 355 361 213 2 0 52 5 76 116 113
Binary 11101101 11110001 10001011 10 0 101010 101 111110 1001110 1001011

Color Harmonies of #EDF18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF18B

Black with #EDF18B

Text Example


Text Example

White with #EDF18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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