Html Css Color HEX #EDF488 Tidal

📋 copy color: '#EDF488'

red 237 ◦ green 244 ◦ blue 136

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

Shades of Tidal #EDF488

Tints of Tidal #EDF488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.04%

R = 38.41%
G = 39.55%
B = 22.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#EDF488 (or 0xEDF488) is known color: Tidal. HEX triplet: ED, F4 and 88. RGB value is (237,244,136). Sum of RGB (Red+Green+Blue) = 237+244+136=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 136 (53.52% from 255 or 22.04% from 617); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF488 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF488 is #120B77. Grayscale: #E6E6E6. Windows color (decimal): -1182584 or 8975597. OLE color: 8975597.

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

Color convert

RGB 237 244 136 -
CMYK 0.03 0 0.44 0.04
HSL 63.89º 0.83% 0.75% -
HSV(B) 63.89º 0.44% 0.96% -
XYZ 71.72 84.48 35.82 -
YUV 229.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 237 244 136 0.03 0 0.44 0.04 63.89 0.83 0.75
Hex ED F4 88 3 0 2C 4 40 53 4B
Octal 355 364 210 3 0 54 4 100 123 113
Binary 11101101 11110100 10001000 11 0 101100 100 1000000 1010011 1001011

Color Harmonies of #EDF488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF488

Black with #EDF488

Text Example


Text Example

White with #EDF488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF488; }

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

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

background-color css

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

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

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

border-color css

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

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

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