Html Css Color HEX #EDF98C Tidal

📋 copy color: '#EDF98C'

red 237 ◦ green 249 ◦ blue 140

#EDF98C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #EDF98C

Tints of Tidal #EDF98C

RGB

 RED value IS 237 (92.97% from 255) = 37.86%

 GREEN value IS 249 (97.66% from 255) = 39.78%

 BLUE value IS 140 (55.08% from 255) = 22.36%

R = 37.86%
G = 39.78%
B = 22.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#EDF98C (or 0xEDF98C) is known color: Tidal. HEX triplet: ED, F9 and 8C. RGB value is (237,249,140). Sum of RGB (Red+Green+Blue) = 237+249+140=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 140 (55.08% from 255 or 22.36% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF98C is #120673. Grayscale: #E9E9E9. Windows color (decimal): -1181300 or 9239021. OLE color: 9239021.

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

Color convert

RGB 237 249 140 -
CMYK 0.05 0 0.44 0.02
HSL 66.61º 0.9% 0.76% -
HSV(B) 66.61º 0.44% 0.98% -
XYZ 73.53 87.65 37.85 -
YUV 232.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 237 249 140 0.05 0 0.44 0.02 66.61 0.9 0.76
Hex ED F9 8C 5 0 2C 2 43 5A 4C
Octal 355 371 214 5 0 54 2 103 132 114
Binary 11101101 11111001 10001100 101 0 101100 10 1000011 1011010 1001100

Color Harmonies of #EDF98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF98C

Black with #EDF98C

Text Example


Text Example

White with #EDF98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF98C; }

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

 H1.HeaderClassName
 {
   color: #EDF98C;
 }
 .AnyTagClassName
 {
   color: #EDF98C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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