#EDF987

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

Shades of Tidal #EDF987

Tints of Tidal #EDF987

Color information

#EDF987 (or 0xEDF987) is unknown color: approx Tidal. HEX triplet: ED, F9 and 87. RGB value is (237,249,135). Sum of RGB (Red+Green+Blue) = 237+249+135=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 135 (53.12% from 255 or 21.74% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF987 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF987 is #120678. Grayscale: #E8E8E8. Windows color (decimal): -1181305 or 8911341. OLE color: 8911341.

HSL color Cylindrical-coordinate representation of color #EDF987: hue angle of 66.32º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF987 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB237249135-
CMYK0.0500.460.02
HSL66.32º90.48%75.29%-
HSV(B)66.32º45.78%97.65%-
XYZ73.1787.5135.96-
YUV232.4273.02131.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 249 (97.66% from 255) = 40.10%
BLUE value IS 135 (53.12% from 255) = 21.74%
R=38.16%
G=40.10%
B=21.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372491350.0500.460.0266.3290.4875.29
HexEDF987502E2425a4b
Octal35537120750562102132113
Binary111011011111100110000111101010111010100001010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF987; }

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

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

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

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

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

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

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

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