#EDFD8D

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

Shades of Tidal #EDFD8D

Tints of Tidal #EDFD8D

Color information

#EDFD8D (or 0xEDFD8D) is unknown color: approx Tidal. HEX triplet: ED, FD and 8D. RGB value is (237,253,141). Sum of RGB (Red+Green+Blue) = 237+253+141=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFD8D is #120272. Grayscale: #EBEBEB. Windows color (decimal): -1180275 or 9305581. OLE color: 9305581.

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

Color convert

RGB237253141-
CMYK0.0600.440.01
HSL68.57º96.55%77.25%-
HSV(B)68.57º44.27%99.22%-
XYZ74.8690.1838.66-
YUV235.4574.7129.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 141 (55.47% from 255) = 22.35%
R=37.56%
G=40.10%
B=22.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531410.0600.440.0168.5796.5577.25
HexEDFD8D602C145614d
Octal35537521560541105141115
Binary11101101111111011000110111001011001100010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD8D; }

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

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

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

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

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

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

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

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