Html Css Color HEX #EDF188 Tidal

📋 copy color: '#EDF188'

red 237 ◦ green 241 ◦ blue 136

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

Shades of Tidal #EDF188

Tints of Tidal #EDF188

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.25%

 BLUE value IS 136 (53.52% from 255) = 22.15%

R = 38.6%
G = 39.25%
B = 22.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#EDF188 (or 0xEDF188) is known color: Tidal. HEX triplet: ED, F1 and 88. RGB value is (237,241,136). Sum of RGB (Red+Green+Blue) = 237+241+136=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF188 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF188 is #120E77. Grayscale: #E4E4E4. Windows color (decimal): -1183352 or 8974829. OLE color: 8974829.

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

Color convert

RGB 237 241 136 -
CMYK 0.02 0 0.44 0.05
HSL 62.29º 0.79% 0.74% -
HSV(B) 62.29º 0.44% 0.95% -
XYZ 70.82 82.69 35.52 -
YUV 227.83 76.17 134.54 -
System Red Green Blue C M Y K H S L
Decimal 237 241 136 0.02 0 0.44 0.05 62.29 0.79 0.74
Hex ED F1 88 2 0 2C 5 3E 4F 4A
Octal 355 361 210 2 0 54 5 76 117 112
Binary 11101101 11110001 10001000 10 0 101100 101 111110 1001111 1001010

Color Harmonies of #EDF188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF188

Black with #EDF188

Text Example


Text Example

White with #EDF188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF188; }

 p { color: rgb(237,241,136); }

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

background-color css

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

 a { background-color: rgb(237,241,136); }

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

border-color css

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

 span { border-color: rgb(237,241,136); }

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