Html Css Color HEX #EDF491 Tidal

📋 copy color: '#EDF491'

red 237 ◦ green 244 ◦ blue 145

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

Shades of Tidal #EDF491

Tints of Tidal #EDF491

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.98%

 BLUE value IS 145 (57.03% from 255) = 23.16%

R = 37.86%
G = 38.98%
B = 23.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#EDF491 (or 0xEDF491) is known color: Tidal. HEX triplet: ED, F4 and 91. RGB value is (237,244,145). Sum of RGB (Red+Green+Blue) = 237+244+145=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 244 (95.70% from 255 or 38.98% from 626); Blue value is 145 (57.03% from 255 or 23.16% from 626); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF491 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF491 is #120B6E. Grayscale: #E7E7E7. Windows color (decimal): -1182575 or 9565421. OLE color: 9565421.

HSL color Cylindrical-coordinate representation of color #EDF491: hue angle of 64.24º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDF491 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 145 -
CMYK 0.03 0 0.41 0.04
HSL 64.24º 0.82% 0.76% -
HSV(B) 64.24º 0.41% 0.96% -
XYZ 72.39 84.75 39.33 -
YUV 230.62 79.68 132.55 -
System Red Green Blue C M Y K H S L
Decimal 237 244 145 0.03 0 0.41 0.04 64.24 0.82 0.76
Hex ED F4 91 3 0 29 4 40 52 4C
Octal 355 364 221 3 0 51 4 100 122 114
Binary 11101101 11110100 10010001 11 0 101001 100 1000000 1010010 1001100

Color Harmonies of #EDF491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF491

Black with #EDF491

Text Example


Text Example

White with #EDF491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF491; }

 p { color: rgb(237,244,145); }

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

background-color css

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

 a { background-color: rgb(237,244,145); }

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

border-color css

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

 span { border-color: rgb(237,244,145); }

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