#EDFE8E

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

Shades of Tidal #EDFE8E

Tints of Tidal #EDFE8E

Color information

#EDFE8E (or 0xEDFE8E) is unknown color: approx Tidal. HEX triplet: ED, FE and 8E. RGB value is (237,254,142). Sum of RGB (Red+Green+Blue) = 237+254+142=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 142 (55.86% from 255 or 22.43% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE8E is #120171. Grayscale: #ECECEC. Windows color (decimal): -1180018 or 9371373. OLE color: 9371373.

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

Color convert

RGB237254142-
CMYK0.0700.440.00
HSL69.11º98.25%77.65%-
HSV(B)69.11º44.09%99.61%-
XYZ75.2590.8439.16-
YUV236.1574.87128.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 142 (55.86% from 255) = 22.43%
R=37.44%
G=40.13%
B=22.43%

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
Decimal2372541420.0700.440.0069.1198.2577.65
HexEDFE8E702C045624e
Octal35537621670540105142116
Binary11101101111111101000111011101011000100010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE8E; }

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

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

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

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

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

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

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

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