Html Css Color HEX #EDF28A Tidal

📋 copy color: '#EDF28A'

red 237 ◦ green 242 ◦ blue 138

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

Shades of Tidal #EDF28A

Tints of Tidal #EDF28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.37%

R = 38.41%
G = 39.22%
B = 22.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#EDF28A (or 0xEDF28A) is known color: Tidal. HEX triplet: ED, F2 and 8A. RGB value is (237,242,138). Sum of RGB (Red+Green+Blue) = 237+242+138=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF28A is #120D75. Grayscale: #E5E5E5. Windows color (decimal): -1183094 or 9106157. OLE color: 9106157.

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

Color convert

RGB 237 242 138 -
CMYK 0.02 0 0.43 0.05
HSL 62.88º 0.8% 0.75% -
HSV(B) 62.88º 0.43% 0.95% -
XYZ 71.26 83.34 36.38 -
YUV 228.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 237 242 138 0.02 0 0.43 0.05 62.88 0.8 0.75
Hex ED F2 8A 2 0 2B 5 3F 50 4B
Octal 355 362 212 2 0 53 5 77 120 113
Binary 11101101 11110010 10001010 10 0 101011 101 111111 1010000 1001011

Color Harmonies of #EDF28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF28A

Black with #EDF28A

Text Example


Text Example

White with #EDF28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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