#EDFD8F

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

Shades of Tidal #EDFD8F

Tints of Tidal #EDFD8F

Color information

#EDFD8F (or 0xEDFD8F) is unknown color: approx Tidal. HEX triplet: ED, FD and 8F. RGB value is (237,253,143). Sum of RGB (Red+Green+Blue) = 237+253+143=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 143 (56.25% from 255 or 22.59% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFD8F is #120270. Grayscale: #ECECEC. Windows color (decimal): -1180273 or 9436653. OLE color: 9436653.

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

Color convert

RGB237253143-
CMYK0.0600.430.01
HSL68.73º96.49%77.65%-
HSV(B)68.73º43.48%99.22%-
XYZ75.0190.2439.45-
YUV235.6875.7128.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 253 (99.22% from 255) = 39.97%
BLUE value IS 143 (56.25% from 255) = 22.59%
R=37.44%
G=39.97%
B=22.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531430.0600.430.0168.7396.4977.65
HexEDFD8F602B145604e
Octal35537521760531105140116
Binary11101101111111011000111111001010111100010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD8F; }

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

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

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

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

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

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

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

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