#EDFD87

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

Shades of Tidal #EDFD87

Tints of Tidal #EDFD87

Color information

#EDFD87 (or 0xEDFD87) is unknown color: approx Tidal. HEX triplet: ED, FD and 87. RGB value is (237,253,135). Sum of RGB (Red+Green+Blue) = 237+253+135=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 135 (53.12% from 255 or 21.6% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFD87 is #120278. Grayscale: #EBEBEB. Windows color (decimal): -1180281 or 8912365. OLE color: 8912365.

HSL color Cylindrical-coordinate representation of color #EDFD87: hue angle of 68.14º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDFD87 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB237253135-
CMYK0.0600.470.01
HSL68.14º96.72%76.08%-
HSV(B)68.14º46.64%99.22%-
XYZ74.429036.37-
YUV234.7671.7129.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 135 (53.12% from 255) = 21.6%
R=37.92%
G=40.48%
B=21.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531350.0600.470.0168.1496.7276.08
HexEDFD87602F144614c
Octal35537520760571104141114
Binary11101101111111011000011111001011111100010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD87; }

 p { color: rgb(237,253,135); }

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

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

 a { background-color: rgb(237,253,135); }

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

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

 span { border-color: rgb(237,253,135); }

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