#EDFD88

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

Shades of Tidal #EDFD88

Tints of Tidal #EDFD88

Color information

#EDFD88 (or 0xEDFD88) is unknown color: approx Tidal. HEX triplet: ED, FD and 88. RGB value is (237,253,136). Sum of RGB (Red+Green+Blue) = 237+253+136=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 136 (53.52% from 255 or 21.73% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFD88 is #120277. Grayscale: #EBEBEB. Windows color (decimal): -1180280 or 8977901. OLE color: 8977901.

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

Color convert

RGB237253136-
CMYK0.0600.460.01
HSL68.21º96.69%76.27%-
HSV(B)68.21º46.25%99.22%-
XYZ74.4990.0336.74-
YUV234.8872.2129.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 253 (99.22% from 255) = 40.42%
BLUE value IS 136 (53.52% from 255) = 21.73%
R=37.86%
G=40.42%
B=21.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531360.0600.460.0168.2196.6976.27
HexEDFD88602E144614c
Octal35537521060561104141114
Binary11101101111111011000100011001011101100010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD88; }

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

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

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

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

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

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

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

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