Html Css Color HEX #EDFC8E Tidal

📋 copy color: '#EDFC8E'

red 237 ◦ green 252 ◦ blue 142

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

Shades of Tidal #EDFC8E

Tints of Tidal #EDFC8E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.94%

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

R = 37.56%
G = 39.94%
B = 22.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#EDFC8E (or 0xEDFC8E) is known color: Tidal. HEX triplet: ED, FC and 8E. RGB value is (237,252,142). Sum of RGB (Red+Green+Blue) = 237+252+142=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 142 (55.86% from 255 or 22.50% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFC8E is #120371. Grayscale: #EBEBEB. Windows color (decimal): -1180530 or 9370861. OLE color: 9370861.

HSL color Cylindrical-coordinate representation of color #EDFC8E: hue angle of 68.18º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDFC8E is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 142 -
CMYK 0.06 0 0.44 0.01
HSL 68.18º 0.95% 0.77% -
HSV(B) 68.18º 0.44% 0.99% -
XYZ 74.62 89.58 38.95 -
YUV 234.98 75.53 129.44 -
System Red Green Blue C M Y K H S L
Decimal 237 252 142 0.06 0 0.44 0.01 68.18 0.95 0.77
Hex ED FC 8E 6 0 2C 1 44 5F 4D
Octal 355 374 216 6 0 54 1 104 137 115
Binary 11101101 11111100 10001110 110 0 101100 1 1000100 1011111 1001101

Color Harmonies of #EDFC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC8E

Black with #EDFC8E

Text Example


Text Example

White with #EDFC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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