Html Css Color HEX #EDF68D Tidal

📋 copy color: '#EDF68D'

red 237 ◦ green 246 ◦ blue 141

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

Shades of Tidal #EDF68D

Tints of Tidal #EDF68D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.42%

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

R = 37.98%
G = 39.42%
B = 22.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#EDF68D (or 0xEDF68D) is known color: Tidal. HEX triplet: ED, F6 and 8D. RGB value is (237,246,141). Sum of RGB (Red+Green+Blue) = 237+246+141=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF68D is #120972. Grayscale: #E7E7E7. Windows color (decimal): -1182067 or 9303789. OLE color: 9303789.

HSL color Cylindrical-coordinate representation of color #EDF68D: hue angle of 65.14º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDF68D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 141 -
CMYK 0.04 0 0.43 0.04
HSL 65.14º 0.85% 0.76% -
HSV(B) 65.14º 0.43% 0.96% -
XYZ 72.69 85.84 37.94 -
YUV 231.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 237 246 141 0.04 0 0.43 0.04 65.14 0.85 0.76
Hex ED F6 8D 4 0 2B 4 41 55 4C
Octal 355 366 215 4 0 53 4 101 125 114
Binary 11101101 11110110 10001101 100 0 101011 100 1000001 1010101 1001100

Color Harmonies of #EDF68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF68D

Black with #EDF68D

Text Example


Text Example

White with #EDF68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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