#EDF98F

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

Shades of Tidal #EDF98F

Tints of Tidal #EDF98F

Color information

#EDF98F (or 0xEDF98F) is unknown color: approx Tidal. HEX triplet: ED, F9 and 8F. RGB value is (237,249,143). Sum of RGB (Red+Green+Blue) = 237+249+143=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 143 (56.25% from 255 or 22.73% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF98F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF98F is #120670. Grayscale: #E9E9E9. Windows color (decimal): -1181297 or 9435629. OLE color: 9435629.

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

Color convert

RGB237249143-
CMYK0.0500.430.02
HSL66.79º89.83%76.86%-
HSV(B)66.79º42.57%97.65%-
XYZ73.7687.7439.03-
YUV233.3377.02130.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 143 (56.25% from 255) = 22.73%
R=37.68%
G=39.59%
B=22.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372491430.0500.430.0266.7989.8376.86
HexEDF98F502B2435a4d
Octal35537121750532103132115
Binary111011011111100110001111101010101110100001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF98F; }

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

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

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

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

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

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

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

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