Html Css Color HEX #EDFD8C Tidal

📋 copy color: '#EDFD8C'

red 237 ◦ green 253 ◦ blue 140

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

Shades of Tidal #EDFD8C

Tints of Tidal #EDFD8C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.16%

 BLUE value IS 140 (55.08% from 255) = 22.22%

R = 37.62%
G = 40.16%
B = 22.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#EDFD8C (or 0xEDFD8C) is known color: Tidal. HEX triplet: ED, FD and 8C. RGB value is (237,253,140). Sum of RGB (Red+Green+Blue) = 237+253+140=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 140 (55.08% from 255 or 22.22% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFD8C is #120273. Grayscale: #EBEBEB. Windows color (decimal): -1180276 or 9240045. OLE color: 9240045.

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

Color convert

RGB 237 253 140 -
CMYK 0.06 0 0.45 0.01
HSL 68.5º 0.97% 0.77% -
HSV(B) 68.5º 0.45% 0.99% -
XYZ 74.78 90.15 38.27 -
YUV 235.33 74.2 129.19 -
System Red Green Blue C M Y K H S L
Decimal 237 253 140 0.06 0 0.45 0.01 68.5 0.97 0.77
Hex ED FD 8C 6 0 2D 1 44 61 4D
Octal 355 375 214 6 0 55 1 104 141 115
Binary 11101101 11111101 10001100 110 0 101101 1 1000100 1100001 1001101

Color Harmonies of #EDFD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD8C

Black with #EDFD8C

Text Example


Text Example

White with #EDFD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD8C; }

 p { color: rgb(237,253,140); }

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

background-color css

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

 a { background-color: rgb(237,253,140); }

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

border-color css

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

 span { border-color: rgb(237,253,140); }

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