#EDFE84

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

Shades of Tidal #EDFE84

Tints of Tidal #EDFE84

Color information

#EDFE84 (or 0xEDFE84) is unknown color: approx Tidal. HEX triplet: ED, FE and 84. RGB value is (237,254,132). Sum of RGB (Red+Green+Blue) = 237+254+132=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 132 (51.95% from 255 or 21.19% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE84 is #12017B. Grayscale: #EBEBEB. Windows color (decimal): -1180028 or 8716013. OLE color: 8716013.

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

Color convert

RGB237254132-
CMYK0.0700.480.00
HSL68.36º98.39%75.69%-
HSV(B)68.36º48.03%99.61%-
XYZ74.5390.5535.38-
YUV235.0169.87129.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 132 (51.95% from 255) = 21.19%
R=38.04%
G=40.77%
B=21.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541320.0700.480.0068.3698.3975.69
HexEDFE847030044624c
Octal35537620470600104142114
Binary11101101111111101000010011101100000100010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE84; }

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

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

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

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

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

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

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

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