#EDF183

Color #EDF183 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EDF183

Tints of Tidal #EDF183

Color information

#EDF183 (or 0xEDF183) is unknown color: approx Tidal. HEX triplet: ED, F1 and 83. RGB value is (237,241,131). Sum of RGB (Red+Green+Blue) = 237+241+131=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF183 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF183 is #120E7C. Grayscale: #E3E3E3. Windows color (decimal): -1183357 or 8647149. OLE color: 8647149.

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

Color convert

RGB237241131-
CMYK0.0200.460.05
HSL62.18º79.71%72.94%-
HSV(B)62.18º45.64%94.51%-
XYZ70.4882.5533.69-
YUV227.2673.67134.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 241 (94.53% from 255) = 39.57%
BLUE value IS 131 (51.56% from 255) = 21.51%
R=38.92%
G=39.57%
B=21.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411310.0200.460.0562.1879.7172.94
HexEDF183202E53e5049
Octal3553612032056576120111
Binary11101101111100011000001110010111010111111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF183; }

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

 H1.HeaderClassName
 {
   color: #EDF183;
 }
 .AnyTagClassName
 {
   color: #EDF183;
 }
</style>
background-color css

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

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

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

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

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

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