#EDF883

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

Shades of Tidal #EDF883

Tints of Tidal #EDF883

Color information

#EDF883 (or 0xEDF883) is unknown color: approx Tidal. HEX triplet: ED, F8 and 83. RGB value is (237,248,131). Sum of RGB (Red+Green+Blue) = 237+248+131=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 131 (51.56% from 255 or 21.27% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF883 is #12077C. Grayscale: #E7E7E7. Windows color (decimal): -1181565 or 8648941. OLE color: 8648941.

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

Color convert

RGB237248131-
CMYK0.0400.470.03
HSL65.64º89.31%74.31%-
HSV(B)65.64º47.18%97.25%-
XYZ72.5986.7834.4-
YUV231.3771.36132.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 248 (97.27% from 255) = 40.26%
BLUE value IS 131 (51.56% from 255) = 21.27%
R=38.47%
G=40.26%
B=21.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481310.0400.470.0365.6489.3174.31
HexEDF883402F342594a
Octal35537020340573102131112
Binary111011011111100010000011100010111111100001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF883; }

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

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

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

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

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

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

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

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