#EDF68E

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

Shades of Tidal #EDF68E

Tints of Tidal #EDF68E

Color information

#EDF68E (or 0xEDF68E) is unknown color: approx Tidal. HEX triplet: ED, F6 and 8E. RGB value is (237,246,142). Sum of RGB (Red+Green+Blue) = 237+246+142=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 142 (55.86% from 255 or 22.72% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF68E is #120971. Grayscale: #E7E7E7. Windows color (decimal): -1182066 or 9369325. OLE color: 9369325.

HSL color Cylindrical-coordinate representation of color #EDF68E: hue angle of 65.19º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDF68E is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB237246142-
CMYK0.0400.420.04
HSL65.19º85.25%76.08%-
HSV(B)65.19º42.28%96.47%-
XYZ72.7685.8738.33-
YUV231.4577.52131.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 246 (96.48% from 255) = 39.36%
BLUE value IS 142 (55.86% from 255) = 22.72%
R=37.92%
G=39.36%
B=22.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461420.0400.420.0465.1985.2576.08
HexEDF68E402A441554c
Octal35536621640524101125114
Binary1110110111110110100011101000101010100100000110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF68E; }

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

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

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

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

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

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

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

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