#EDFF8A

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

Shades of Tidal #EDFF8A

Tints of Tidal #EDFF8A

Color information

#EDFF8A (or 0xEDFF8A) is unknown color: approx Tidal. HEX triplet: ED, FF and 8A. RGB value is (237,255,138). Sum of RGB (Red+Green+Blue) = 237+255+138=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 138 (54.30% from 255 or 21.90% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF8A is #120075. Grayscale: #ECECEC. Windows color (decimal): -1179766 or 9109485. OLE color: 9109485.

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

Color convert

RGB237255138-
CMYK0.0700.460
HSL69.23º100%77.06%-
HSV(B)69.23º45.88%100%-
XYZ75.2791.3637.71-
YUV236.2872.54128.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 138 (54.30% from 255) = 21.90%
R=37.62%
G=40.48%
B=21.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551380.0700.46069.2310077.06
HexEDFF8A702E045644d
Octal35537721270560105144115
Binary11101101111111111000101011101011100100010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF8A; }

 p { color: rgb(237,255,138); }

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

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

 a { background-color: rgb(237,255,138); }

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

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

 span { border-color: rgb(237,255,138); }

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