#EDFE8D

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

Shades of Tidal #EDFE8D

Tints of Tidal #EDFE8D

Color information

#EDFE8D (or 0xEDFE8D) is unknown color: approx Tidal. HEX triplet: ED, FE and 8D. RGB value is (237,254,141). Sum of RGB (Red+Green+Blue) = 237+254+141=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 141 (55.47% from 255 or 22.31% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE8D is #120172. Grayscale: #ECECEC. Windows color (decimal): -1180019 or 9305837. OLE color: 9305837.

HSL color Cylindrical-coordinate representation of color #EDFE8D: hue angle of 69.03º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDFE8D is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB237254141-
CMYK0.0700.440.00
HSL69.03º98.26%77.45%-
HSV(B)69.03º44.49%99.61%-
XYZ75.1790.8138.77-
YUV236.0474.37128.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 254 (99.61% from 255) = 40.19%
BLUE value IS 141 (55.47% from 255) = 22.31%
R=37.5%
G=40.19%
B=22.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541410.0700.440.0069.0398.2677.45
HexEDFE8D702C045624d
Octal35537621570540105142115
Binary11101101111111101000110111101011000100010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE8D; }

 p { color: rgb(237,254,141); }

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

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

 a { background-color: rgb(237,254,141); }

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

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

 span { border-color: rgb(237,254,141); }

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