#EDFE81

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

Shades of Tidal #EDFE81

Tints of Tidal #EDFE81

Color information

#EDFE81 (or 0xEDFE81) is unknown color: approx Tidal. HEX triplet: ED, FE and 81. RGB value is (237,254,129). Sum of RGB (Red+Green+Blue) = 237+254+129=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 129 (50.78% from 255 or 20.81% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE81 is #12017E. Grayscale: #EBEBEB. Windows color (decimal): -1180031 or 8519405. OLE color: 8519405.

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

Color convert

RGB237254129-
CMYK0.0700.490.00
HSL68.16º98.43%75.1%-
HSV(B)68.16º49.21%99.61%-
XYZ74.3390.4734.31-
YUV234.6768.37129.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 129 (50.78% from 255) = 20.81%
R=38.23%
G=40.97%
B=20.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541290.0700.490.0068.1698.4375.1
HexEDFE817031044624b
Octal35537620170610104142113
Binary11101101111111101000000111101100010100010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE81; }

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

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

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

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

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

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

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

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