Html Css Color HEX #EDFF92 Tidal

📋 copy color: '#EDFF92'

red 237 ◦ green 255 ◦ blue 146

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

Shades of Tidal #EDFF92

Tints of Tidal #EDFF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 22.88%

R = 37.15%
G = 39.97%
B = 22.88%

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

#EDFF92 (or 0xEDFF92) is known color: Tidal. HEX triplet: ED, FF and 92. RGB value is (237,255,146). Sum of RGB (Red+Green+Blue) = 237+255+146=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 146 (57.42% from 255 or 22.88% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF92 is #12006D. Grayscale: #EDEDED. Windows color (decimal): -1179758 or 9633773. OLE color: 9633773.

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

Color convert

RGB 237 255 146 -
CMYK 0.07 0 0.43 0
HSL 69.91º 1% 0.79% -
HSV(B) 69.91º 0.43% 1% -
XYZ 75.87 91.6 40.88 -
YUV 237.19 76.54 127.86 -
System Red Green Blue C M Y K H S L
Decimal 237 255 146 0.07 0 0.43 0 69.91 1 0.79
Hex ED FF 92 7 0 2B 0 46 64 4F
Octal 355 377 222 7 0 53 0 106 144 117
Binary 11101101 11111111 10010010 111 0 101011 0 1000110 1100100 1001111

Color Harmonies of #EDFF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF92

Black with #EDFF92

Text Example


Text Example

White with #EDFF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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