Html Css Color HEX #EDFE8D Tidal

📋 copy color: '#EDFE8D'

red 237 ◦ green 254 ◦ blue 141

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

Shades of Tidal #EDFE8D

Tints of Tidal #EDFE8D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.19%

 BLUE value IS 141 (55.47% from 255) = 22.31%

R = 37.5%
G = 40.19%
B = 22.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#EDFE8D (or 0xEDFE8D) is known color: Tidal. HEX triplet: ED, FE and 8D. RGB value is (237,254,141). Sum of RGB (Red+Green+Blue) = 237+254+141=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 141 (55.47% from 255 or 22.31% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE8D is #120172. Grayscale: #ECECEC. Windows color (decimal): -1180019 or 9305837. OLE color: 9305837.

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

Color convert

RGB 237 254 141 -
CMYK 0.07 0 0.44 0.00
HSL 69.03º 0.98% 0.77% -
HSV(B) 69.03º 0.44% 1% -
XYZ 75.17 90.81 38.77 -
YUV 236.04 74.37 128.69 -
System Red Green Blue C M Y K H S L
Decimal 237 254 141 0.07 0 0.44 0.00 69.03 0.98 0.77
Hex ED FE 8D 7 0 2C 0 45 62 4D
Octal 355 376 215 7 0 54 0 105 142 115
Binary 11101101 11111110 10001101 111 0 101100 0 1000101 1100010 1001101

Color Harmonies of #EDFE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE8D

Black with #EDFE8D

Text Example


Text Example

White with #EDFE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE8D; }

 p { color: rgb(237,254,141); }

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

background-color css

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

 a { background-color: rgb(237,254,141); }

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

border-color css

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

 span { border-color: rgb(237,254,141); }

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