Html Css Color HEX #EDFF83 Tidal

📋 copy color: '#EDFF83'

red 237 ◦ green 255 ◦ blue 131

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

Shades of Tidal #EDFF83

Tints of Tidal #EDFF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.03%

R = 38.04%
G = 40.93%
B = 21.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#EDFF83 (or 0xEDFF83) is known color: Tidal. HEX triplet: ED, FF and 83. RGB value is (237,255,131). Sum of RGB (Red+Green+Blue) = 237+255+131=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 131 (51.56% from 255 or 21.03% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF83 is #12007C. Grayscale: #EBEBEB. Windows color (decimal): -1179773 or 8650733. OLE color: 8650733.

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

Color convert

RGB 237 255 131 -
CMYK 0.07 0 0.49 0
HSL 68.71º 1% 0.76% -
HSV(B) 68.71º 0.49% 1% -
XYZ 74.78 91.16 35.13 -
YUV 235.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 237 255 131 0.07 0 0.49 0 68.71 1 0.76
Hex ED FF 83 7 0 31 0 45 64 4C
Octal 355 377 203 7 0 61 0 105 144 114
Binary 11101101 11111111 10000011 111 0 110001 0 1000101 1100100 1001100

Color Harmonies of #EDFF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF83

Black with #EDFF83

Text Example


Text Example

White with #EDFF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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