#EDFF8F

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

Shades of Tidal #EDFF8F

Tints of Tidal #EDFF8F

Color information

#EDFF8F (or 0xEDFF8F) is unknown color: approx Tidal. HEX triplet: ED, FF and 8F. RGB value is (237,255,143). Sum of RGB (Red+Green+Blue) = 237+255+143=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 143 (56.25% from 255 or 22.52% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF8F is #120070. Grayscale: #EDEDED. Windows color (decimal): -1179761 or 9437165. OLE color: 9437165.

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

Color convert

RGB237255143-
CMYK0.0700.440
HSL69.64º100%78.04%-
HSV(B)69.64º43.92%100%-
XYZ75.6491.5139.66-
YUV236.8575.04128.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 143 (56.25% from 255) = 22.52%
R=37.32%
G=40.16%
B=22.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551430.0700.44069.6410078.04
HexEDFF8F702C046644e
Octal35537721770540106144116
Binary11101101111111111000111111101011000100011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF8F; }

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

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

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

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

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

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

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

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