Html Css Color HEX #EDFE8E Tidal

📋 copy color: '#EDFE8E'

red 237 ◦ green 254 ◦ blue 142

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

Shades of Tidal #EDFE8E

Tints of Tidal #EDFE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.43%

R = 37.44%
G = 40.13%
B = 22.43%

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

#EDFE8E (or 0xEDFE8E) is known color: Tidal. HEX triplet: ED, FE and 8E. RGB value is (237,254,142). Sum of RGB (Red+Green+Blue) = 237+254+142=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 142 (55.86% from 255 or 22.43% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE8E is #120171. Grayscale: #ECECEC. Windows color (decimal): -1180018 or 9371373. OLE color: 9371373.

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

Color convert

RGB 237 254 142 -
CMYK 0.07 0 0.44 0.00
HSL 69.11º 0.98% 0.78% -
HSV(B) 69.11º 0.44% 1% -
XYZ 75.25 90.84 39.16 -
YUV 236.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 237 254 142 0.07 0 0.44 0.00 69.11 0.98 0.78
Hex ED FE 8E 7 0 2C 0 45 62 4E
Octal 355 376 216 7 0 54 0 105 142 116
Binary 11101101 11111110 10001110 111 0 101100 0 1000101 1100010 1001110

Color Harmonies of #EDFE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE8E

Black with #EDFE8E

Text Example


Text Example

White with #EDFE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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