Html Css Color HEX #EDF28B Tidal

📋 copy color: '#EDF28B'

red 237 ◦ green 242 ◦ blue 139

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

Shades of Tidal #EDF28B

Tints of Tidal #EDF28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.49%

R = 38.35%
G = 39.16%
B = 22.49%

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

#EDF28B (or 0xEDF28B) is known color: Tidal. HEX triplet: ED, F2 and 8B. RGB value is (237,242,139). Sum of RGB (Red+Green+Blue) = 237+242+139=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 139 (54.69% from 255 or 22.49% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF28B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF28B is #120D74. Grayscale: #E5E5E5. Windows color (decimal): -1183093 or 9171693. OLE color: 9171693.

HSL color Cylindrical-coordinate representation of color #EDF28B: hue angle of 62.91º 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 #EDF28B is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 139 -
CMYK 0.02 0 0.43 0.05
HSL 62.91º 0.8% 0.75% -
HSV(B) 62.91º 0.43% 0.95% -
XYZ 71.34 83.37 36.76 -
YUV 228.76 77.34 133.88 -
System Red Green Blue C M Y K H S L
Decimal 237 242 139 0.02 0 0.43 0.05 62.91 0.8 0.75
Hex ED F2 8B 2 0 2B 5 3F 50 4B
Octal 355 362 213 2 0 53 5 77 120 113
Binary 11101101 11110010 10001011 10 0 101011 101 111111 1010000 1001011

Color Harmonies of #EDF28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF28B

Black with #EDF28B

Text Example


Text Example

White with #EDF28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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