Html Css Color HEX #EDFC8F Tidal

📋 copy color: '#EDFC8F'

red 237 ◦ green 252 ◦ blue 143

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

Shades of Tidal #EDFC8F

Tints of Tidal #EDFC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 22.63%

R = 37.5%
G = 39.87%
B = 22.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#EDFC8F (or 0xEDFC8F) is known color: Tidal. HEX triplet: ED, FC and 8F. RGB value is (237,252,143). Sum of RGB (Red+Green+Blue) = 237+252+143=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 143 (56.25% from 255 or 22.63% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFC8F is #120370. Grayscale: #EBEBEB. Windows color (decimal): -1180529 or 9436397. OLE color: 9436397.

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

Color convert

RGB 237 252 143 -
CMYK 0.06 0 0.43 0.01
HSL 68.26º 0.95% 0.77% -
HSV(B) 68.26º 0.43% 0.99% -
XYZ 74.69 89.61 39.35 -
YUV 235.09 76.03 129.36 -
System Red Green Blue C M Y K H S L
Decimal 237 252 143 0.06 0 0.43 0.01 68.26 0.95 0.77
Hex ED FC 8F 6 0 2B 1 44 5F 4D
Octal 355 374 217 6 0 53 1 104 137 115
Binary 11101101 11111100 10001111 110 0 101011 1 1000100 1011111 1001101

Color Harmonies of #EDFC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC8F

Black with #EDFC8F

Text Example


Text Example

White with #EDFC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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