#EDF28A

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

Shades of Tidal #EDF28A

Tints of Tidal #EDF28A

Color information

#EDF28A (or 0xEDF28A) is unknown color: approx Tidal. HEX triplet: ED, F2 and 8A. RGB value is (237,242,138). Sum of RGB (Red+Green+Blue) = 237+242+138=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF28A is #120D75. Grayscale: #E5E5E5. Windows color (decimal): -1183094 or 9106157. OLE color: 9106157.

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

Color convert

RGB237242138-
CMYK0.0200.430.05
HSL62.88º80%74.51%-
HSV(B)62.88º42.98%94.9%-
XYZ71.2683.3436.38-
YUV228.6576.84133.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 242 (94.92% from 255) = 39.22%
BLUE value IS 138 (54.30% from 255) = 22.37%
R=38.41%
G=39.22%
B=22.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421380.0200.430.0562.888074.51
HexEDF28A202B53f504b
Octal3553622122053577120113
Binary11101101111100101000101010010101110111111110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF28A; }

 p { color: rgb(237,242,138); }

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

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

 a { background-color: rgb(237,242,138); }

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

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

 span { border-color: rgb(237,242,138); }

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