Html Css Color HEX #EDF785 Tidal

📋 copy color: '#EDF785'

red 237 ◦ green 247 ◦ blue 133

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

Shades of Tidal #EDF785

Tints of Tidal #EDF785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.56%

R = 38.41%
G = 40.03%
B = 21.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#EDF785 (or 0xEDF785) is known color: Tidal. HEX triplet: ED, F7 and 85. RGB value is (237,247,133). Sum of RGB (Red+Green+Blue) = 237+247+133=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF785 is #12087A. Grayscale: #E7E7E7. Windows color (decimal): -1181819 or 8779757. OLE color: 8779757.

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

Color convert

RGB 237 247 133 -
CMYK 0.04 0 0.46 0.03
HSL 65.26º 0.88% 0.75% -
HSV(B) 65.26º 0.46% 0.97% -
XYZ 72.42 86.22 35.02 -
YUV 231.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 237 247 133 0.04 0 0.46 0.03 65.26 0.88 0.75
Hex ED F7 85 4 0 2E 3 41 58 4B
Octal 355 367 205 4 0 56 3 101 130 113
Binary 11101101 11110111 10000101 100 0 101110 11 1000001 1011000 1001011

Color Harmonies of #EDF785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF785

Black with #EDF785

Text Example


Text Example

White with #EDF785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF785; }

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

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

background-color css

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

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

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

border-color css

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

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

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