Html Css Color HEX #EDFF91 Tidal

📋 copy color: '#EDFF91'

red 237 ◦ green 255 ◦ blue 145

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

Shades of Tidal #EDFF91

Tints of Tidal #EDFF91

RGB

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

 GREEN value IS 255 (100% from 255) = 40.03%

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

R = 37.21%
G = 40.03%
B = 22.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#EDFF91 (or 0xEDFF91) is known color: Tidal. HEX triplet: ED, FF and 91. RGB value is (237,255,145). Sum of RGB (Red+Green+Blue) = 237+255+145=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 145 (57.03% from 255 or 22.76% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF91 is #12006E. Grayscale: #EDEDED. Windows color (decimal): -1179759 or 9568237. OLE color: 9568237.

HSL color Cylindrical-coordinate representation of color #EDFF91: hue angle of 69.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDFF91 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 145 -
CMYK 0.07 0 0.43 0
HSL 69.82º 1% 0.78% -
HSV(B) 69.82º 0.43% 1% -
XYZ 75.8 91.57 40.47 -
YUV 237.08 76.04 127.94 -
System Red Green Blue C M Y K H S L
Decimal 237 255 145 0.07 0 0.43 0 69.82 1 0.78
Hex ED FF 91 7 0 2B 0 46 64 4E
Octal 355 377 221 7 0 53 0 106 144 116
Binary 11101101 11111111 10010001 111 0 101011 0 1000110 1100100 1001110

Color Harmonies of #EDFF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF91

Black with #EDFF91

Text Example


Text Example

White with #EDFF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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