Html Css Color HEX #EDFC8D Tidal

📋 copy color: '#EDFC8D'

red 237 ◦ green 252 ◦ blue 141

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

Shades of Tidal #EDFC8D

Tints of Tidal #EDFC8D

RGB

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

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

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

R = 37.62%
G = 40%
B = 22.38%

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

#EDFC8D (or 0xEDFC8D) is known color: Tidal. HEX triplet: ED, FC and 8D. RGB value is (237,252,141). Sum of RGB (Red+Green+Blue) = 237+252+141=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFC8D is #120372. Grayscale: #EBEBEB. Windows color (decimal): -1180531 or 9305325. OLE color: 9305325.

HSL color Cylindrical-coordinate representation of color #EDFC8D: hue angle of 68.11º 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 #EDFC8D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 141 -
CMYK 0.06 0 0.44 0.01
HSL 68.11º 0.95% 0.77% -
HSV(B) 68.11º 0.44% 0.99% -
XYZ 74.54 89.55 38.56 -
YUV 234.86 75.03 129.53 -
System Red Green Blue C M Y K H S L
Decimal 237 252 141 0.06 0 0.44 0.01 68.11 0.95 0.77
Hex ED FC 8D 6 0 2C 1 44 5F 4D
Octal 355 374 215 6 0 54 1 104 137 115
Binary 11101101 11111100 10001101 110 0 101100 1 1000100 1011111 1001101

Color Harmonies of #EDFC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC8D

Black with #EDFC8D

Text Example


Text Example

White with #EDFC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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