#EDFF87

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

Shades of Tidal #EDFF87

Tints of Tidal #EDFF87

Color information

#EDFF87 (or 0xEDFF87) is unknown color: approx Tidal. HEX triplet: ED, FF and 87. RGB value is (237,255,135). Sum of RGB (Red+Green+Blue) = 237+255+135=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 135 (53.12% from 255 or 21.53% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF87 is #120078. Grayscale: #ECECEC. Windows color (decimal): -1179769 or 8912877. OLE color: 8912877.

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

Color convert

RGB237255135-
CMYK0.0700.470
HSL69º100%76.47%-
HSV(B)69º47.06%100%-
XYZ75.0691.2736.58-
YUV235.9471.04128.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 135 (53.12% from 255) = 21.53%
R=37.80%
G=40.67%
B=21.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551350.0700.4706910076.47
HexEDFF87702F045644c
Octal35537720770570105144114
Binary11101101111111111000011111101011110100010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF87; }

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

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

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

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

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

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

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

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