Html Css Color HEX #EDFF8C Tidal

📋 copy color: '#EDFF8C'

red 237 ◦ green 255 ◦ blue 140

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

Shades of Tidal #EDFF8C

Tints of Tidal #EDFF8C

RGB

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

 GREEN value IS 255 (100% from 255) = 40.35%

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

R = 37.5%
G = 40.35%
B = 22.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#EDFF8C (or 0xEDFF8C) is known color: Tidal. HEX triplet: ED, FF and 8C. RGB value is (237,255,140). Sum of RGB (Red+Green+Blue) = 237+255+140=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 140 (55.08% from 255 or 22.15% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF8C is #120073. Grayscale: #ECECEC. Windows color (decimal): -1179764 or 9240557. OLE color: 9240557.

HSL color Cylindrical-coordinate representation of color #EDFF8C: hue angle of 69.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDFF8C is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 140 -
CMYK 0.07 0 0.45 0
HSL 69.39º 1% 0.77% -
HSV(B) 69.39º 0.45% 1% -
XYZ 75.42 91.42 38.48 -
YUV 236.51 73.54 128.35 -
System Red Green Blue C M Y K H S L
Decimal 237 255 140 0.07 0 0.45 0 69.39 1 0.77
Hex ED FF 8C 7 0 2D 0 45 64 4D
Octal 355 377 214 7 0 55 0 105 144 115
Binary 11101101 11111111 10001100 111 0 101101 0 1000101 1100100 1001101

Color Harmonies of #EDFF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF8C

Black with #EDFF8C

Text Example


Text Example

White with #EDFF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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