Html Css Color HEX #EDF48E Tidal

📋 copy color: '#EDF48E'

red 237 ◦ green 244 ◦ blue 142

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

Shades of Tidal #EDF48E

Tints of Tidal #EDF48E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.17%

 BLUE value IS 142 (55.86% from 255) = 22.79%

R = 38.04%
G = 39.17%
B = 22.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#EDF48E (or 0xEDF48E) is known color: Tidal. HEX triplet: ED, F4 and 8E. RGB value is (237,244,142). Sum of RGB (Red+Green+Blue) = 237+244+142=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 142 (55.86% from 255 or 22.79% from 623); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF48E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF48E is #120B71. Grayscale: #E6E6E6. Windows color (decimal): -1182578 or 9368813. OLE color: 9368813.

HSL color Cylindrical-coordinate representation of color #EDF48E: hue angle of 64.12º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDF48E is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 142 -
CMYK 0.03 0 0.42 0.04
HSL 64.12º 0.82% 0.76% -
HSV(B) 64.12º 0.42% 0.96% -
XYZ 72.16 84.66 38.13 -
YUV 230.28 78.18 132.79 -
System Red Green Blue C M Y K H S L
Decimal 237 244 142 0.03 0 0.42 0.04 64.12 0.82 0.76
Hex ED F4 8E 3 0 2A 4 40 52 4C
Octal 355 364 216 3 0 52 4 100 122 114
Binary 11101101 11110100 10001110 11 0 101010 100 1000000 1010010 1001100

Color Harmonies of #EDF48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF48E

Black with #EDF48E

Text Example


Text Example

White with #EDF48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF48E; }

 p { color: rgb(237,244,142); }

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

background-color css

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

 a { background-color: rgb(237,244,142); }

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

border-color css

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

 span { border-color: rgb(237,244,142); }

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