Html Css Color HEX #EDF38B Tidal

📋 copy color: '#EDF38B'

red 237 ◦ green 243 ◦ blue 139

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

Shades of Tidal #EDF38B

Tints of Tidal #EDF38B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.26%

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

R = 38.29%
G = 39.26%
B = 22.46%

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

#EDF38B (or 0xEDF38B) is known color: Tidal. HEX triplet: ED, F3 and 8B. RGB value is (237,243,139). Sum of RGB (Red+Green+Blue) = 237+243+139=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF38B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF38B is #120C74. Grayscale: #E5E5E5. Windows color (decimal): -1182837 or 9171949. OLE color: 9171949.

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

Color convert

RGB 237 243 139 -
CMYK 0.02 0 0.43 0.05
HSL 63.46º 0.81% 0.75% -
HSV(B) 63.46º 0.43% 0.95% -
XYZ 71.64 83.97 36.86 -
YUV 229.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 237 243 139 0.02 0 0.43 0.05 63.46 0.81 0.75
Hex ED F3 8B 2 0 2B 5 3F 51 4B
Octal 355 363 213 2 0 53 5 77 121 113
Binary 11101101 11110011 10001011 10 0 101011 101 111111 1010001 1001011

Color Harmonies of #EDF38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF38B

Black with #EDF38B

Text Example


Text Example

White with #EDF38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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