Html Css Color HEX #EDF888 Tidal

📋 copy color: '#EDF888'

red 237 ◦ green 248 ◦ blue 136

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

Shades of Tidal #EDF888

Tints of Tidal #EDF888

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.94%

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

R = 38.16%
G = 39.94%
B = 21.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#EDF888 (or 0xEDF888) is known color: Tidal. HEX triplet: ED, F8 and 88. RGB value is (237,248,136). Sum of RGB (Red+Green+Blue) = 237+248+136=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 136 (53.52% from 255 or 21.90% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF888 is #120777. Grayscale: #E8E8E8. Windows color (decimal): -1181560 or 8976621. OLE color: 8976621.

HSL color Cylindrical-coordinate representation of color #EDF888: hue angle of 65.89º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDF888 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 136 -
CMYK 0.04 0 0.45 0.03
HSL 65.89º 0.89% 0.75% -
HSV(B) 65.89º 0.45% 0.97% -
XYZ 72.94 86.92 36.23 -
YUV 231.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 237 248 136 0.04 0 0.45 0.03 65.89 0.89 0.75
Hex ED F8 88 4 0 2D 3 42 59 4B
Octal 355 370 210 4 0 55 3 102 131 113
Binary 11101101 11111000 10001000 100 0 101101 11 1000010 1011001 1001011

Color Harmonies of #EDF888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF888

Black with #EDF888

Text Example


Text Example

White with #EDF888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF888; }

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

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

background-color css

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

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

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

border-color css

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

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

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