Html Css Color HEX #EDF486 Tidal

📋 copy color: '#EDF486'

red 237 ◦ green 244 ◦ blue 134

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

Shades of Tidal #EDF486

Tints of Tidal #EDF486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 21.79%

R = 38.54%
G = 39.67%
B = 21.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#EDF486 (or 0xEDF486) is known color: Tidal. HEX triplet: ED, F4 and 86. RGB value is (237,244,134). Sum of RGB (Red+Green+Blue) = 237+244+134=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF486 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF486 is #120B79. Grayscale: #E5E5E5. Windows color (decimal): -1182586 or 8844525. OLE color: 8844525.

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

Color convert

RGB 237 244 134 -
CMYK 0.03 0 0.45 0.04
HSL 63.82º 0.83% 0.74% -
HSV(B) 63.82º 0.45% 0.96% -
XYZ 71.58 84.43 35.08 -
YUV 229.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 237 244 134 0.03 0 0.45 0.04 63.82 0.83 0.74
Hex ED F4 86 3 0 2D 4 40 53 4A
Octal 355 364 206 3 0 55 4 100 123 112
Binary 11101101 11110100 10000110 11 0 101101 100 1000000 1010011 1001010

Color Harmonies of #EDF486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF486

Black with #EDF486

Text Example


Text Example

White with #EDF486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF486; }

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

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

background-color css

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

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

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

border-color css

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

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

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