Html Css Color HEX #EDF288 Tidal

📋 copy color: '#EDF288'

red 237 ◦ green 242 ◦ blue 136

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

Shades of Tidal #EDF288

Tints of Tidal #EDF288

RGB

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

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

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

R = 38.54%
G = 39.35%
B = 22.11%

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

#EDF288 (or 0xEDF288) is known color: Tidal. HEX triplet: ED, F2 and 88. RGB value is (237,242,136). Sum of RGB (Red+Green+Blue) = 237+242+136=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 136 (53.52% from 255 or 22.11% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF288 is #120D77. Grayscale: #E4E4E4. Windows color (decimal): -1183096 or 8975085. OLE color: 8975085.

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

Color convert

RGB 237 242 136 -
CMYK 0.02 0 0.44 0.05
HSL 62.83º 0.8% 0.74% -
HSV(B) 62.83º 0.44% 0.95% -
XYZ 71.12 83.29 35.62 -
YUV 228.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 237 242 136 0.02 0 0.44 0.05 62.83 0.8 0.74
Hex ED F2 88 2 0 2C 5 3F 50 4A
Octal 355 362 210 2 0 54 5 77 120 112
Binary 11101101 11110010 10001000 10 0 101100 101 111111 1010000 1001010

Color Harmonies of #EDF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF288

Black with #EDF288

Text Example


Text Example

White with #EDF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF288; }

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

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

background-color css

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

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

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

border-color css

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

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

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