Html Css Color HEX #EDF28D Tidal

📋 copy color: '#EDF28D'

red 237 ◦ green 242 ◦ blue 141

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

Shades of Tidal #EDF28D

Tints of Tidal #EDF28D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.03%

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

R = 38.23%
G = 39.03%
B = 22.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#EDF28D (or 0xEDF28D) is known color: Tidal. HEX triplet: ED, F2 and 8D. RGB value is (237,242,141). Sum of RGB (Red+Green+Blue) = 237+242+141=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF28D is #120D72. Grayscale: #E5E5E5. Windows color (decimal): -1183091 or 9302765. OLE color: 9302765.

HSL color Cylindrical-coordinate representation of color #EDF28D: hue angle of 62.97º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDF28D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 141 -
CMYK 0.02 0 0.42 0.05
HSL 62.97º 0.8% 0.75% -
HSV(B) 62.97º 0.42% 0.95% -
XYZ 71.48 83.43 37.54 -
YUV 228.99 78.34 133.71 -
System Red Green Blue C M Y K H S L
Decimal 237 242 141 0.02 0 0.42 0.05 62.97 0.8 0.75
Hex ED F2 8D 2 0 2A 5 3F 50 4B
Octal 355 362 215 2 0 52 5 77 120 113
Binary 11101101 11110010 10001101 10 0 101010 101 111111 1010000 1001011

Color Harmonies of #EDF28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF28D

Black with #EDF28D

Text Example


Text Example

White with #EDF28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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