Html Css Color HEX #EDFF84 Tidal

📋 copy color: '#EDFF84'

red 237 ◦ green 255 ◦ blue 132

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

Shades of Tidal #EDFF84

Tints of Tidal #EDFF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.15%

R = 37.98%
G = 40.87%
B = 21.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#EDFF84 (or 0xEDFF84) is known color: Tidal. HEX triplet: ED, FF and 84. RGB value is (237,255,132). Sum of RGB (Red+Green+Blue) = 237+255+132=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 132 (51.95% from 255 or 21.15% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF84 is #12007B. Grayscale: #ECECEC. Windows color (decimal): -1179772 or 8716269. OLE color: 8716269.

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

Color convert

RGB 237 255 132 -
CMYK 0.07 0 0.48 0
HSL 68.78º 1% 0.76% -
HSV(B) 68.78º 0.48% 1% -
XYZ 74.85 91.19 35.49 -
YUV 235.6 69.54 129 -
System Red Green Blue C M Y K H S L
Decimal 237 255 132 0.07 0 0.48 0 68.78 1 0.76
Hex ED FF 84 7 0 30 0 45 64 4C
Octal 355 377 204 7 0 60 0 105 144 114
Binary 11101101 11111111 10000100 111 0 110000 0 1000101 1100100 1001100

Color Harmonies of #EDFF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF84

Black with #EDFF84

Text Example


Text Example

White with #EDFF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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