Html Css Color HEX #EDF788 Tidal

📋 copy color: '#EDF788'

red 237 ◦ green 247 ◦ blue 136

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

Shades of Tidal #EDF788

Tints of Tidal #EDF788

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.84%

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

R = 38.23%
G = 39.84%
B = 21.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#EDF788 (or 0xEDF788) is known color: Tidal. HEX triplet: ED, F7 and 88. RGB value is (237,247,136). Sum of RGB (Red+Green+Blue) = 237+247+136=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 136 (53.52% from 255 or 21.94% from 620); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF788 is #120877. Grayscale: #E7E7E7. Windows color (decimal): -1181816 or 8976365. OLE color: 8976365.

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

Color convert

RGB 237 247 136 -
CMYK 0.04 0 0.45 0.03
HSL 65.41º 0.87% 0.75% -
HSV(B) 65.41º 0.45% 0.97% -
XYZ 72.63 86.3 36.12 -
YUV 231.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 237 247 136 0.04 0 0.45 0.03 65.41 0.87 0.75
Hex ED F7 88 4 0 2D 3 41 57 4B
Octal 355 367 210 4 0 55 3 101 127 113
Binary 11101101 11110111 10001000 100 0 101101 11 1000001 1010111 1001011

Color Harmonies of #EDF788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF788

Black with #EDF788

Text Example


Text Example

White with #EDF788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF788; }

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

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

background-color css

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

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

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

border-color css

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

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

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