Html Css Color HEX #EDF185 Tidal

📋 copy color: '#EDF185'

red 237 ◦ green 241 ◦ blue 133

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

Shades of Tidal #EDF185

Tints of Tidal #EDF185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.44%

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

R = 38.79%
G = 39.44%
B = 21.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#EDF185 (or 0xEDF185) is known color: Tidal. HEX triplet: ED, F1 and 85. RGB value is (237,241,133). Sum of RGB (Red+Green+Blue) = 237+241+133=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF185 is #120E7A. Grayscale: #E3E3E3. Windows color (decimal): -1183355 or 8778221. OLE color: 8778221.

HSL color Cylindrical-coordinate representation of color #EDF185: hue angle of 62.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDF185 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 133 -
CMYK 0.02 0 0.45 0.05
HSL 62.22º 0.79% 0.73% -
HSV(B) 62.22º 0.45% 0.95% -
XYZ 70.61 82.61 34.41 -
YUV 227.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 237 241 133 0.02 0 0.45 0.05 62.22 0.79 0.73
Hex ED F1 85 2 0 2D 5 3E 4F 49
Octal 355 361 205 2 0 55 5 76 117 111
Binary 11101101 11110001 10000101 10 0 101101 101 111110 1001111 1001001

Color Harmonies of #EDF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF185

Black with #EDF185

Text Example


Text Example

White with #EDF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF185; }

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

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

background-color css

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

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

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

border-color css

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

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

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