#EDFF8D

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

Shades of Tidal #EDFF8D

Tints of Tidal #EDFF8D

Color information

#EDFF8D (or 0xEDFF8D) is unknown color: approx Tidal. HEX triplet: ED, FF and 8D. RGB value is (237,255,141). Sum of RGB (Red+Green+Blue) = 237+255+141=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 141 (55.47% from 255 or 22.27% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF8D is #120072. Grayscale: #EDEDED. Windows color (decimal): -1179763 or 9306093. OLE color: 9306093.

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

Color convert

RGB237255141-
CMYK0.0700.450
HSL69.47º100%77.65%-
HSV(B)69.47º44.71%100%-
XYZ75.4991.4538.87-
YUV236.6274.04128.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 141 (55.47% from 255) = 22.27%
R=37.44%
G=40.28%
B=22.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551410.0700.45069.4710077.65
HexEDFF8D702D045644e
Octal35537721570550105144116
Binary11101101111111111000110111101011010100010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF8D; }

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

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

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

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

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

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

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

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