Html Css Color HEX #EEFF82 Tidal

📋 copy color: '#EEFF82'

red 238 ◦ green 255 ◦ blue 130

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

Shades of Tidal #EEFF82

Tints of Tidal #EEFF82

RGB

 RED value IS 238 (93.36% from 255) = 38.2%

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

 BLUE value IS 130 (51.17% from 255) = 20.87%

R = 38.2%
G = 40.93%
B = 20.87%

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

#EEFF82 (or 0xEEFF82) is known color: Tidal. HEX triplet: EE, FF and 82. RGB value is (238,255,130). Sum of RGB (Red+Green+Blue) = 238+255+130=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 130 (51.17% from 255 or 20.87% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF82 is #11007D. Grayscale: #ECECEC. Windows color (decimal): -1114238 or 8585198. OLE color: 8585198.

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

Color convert

RGB 238 255 130 -
CMYK 0.07 0 0.49 0
HSL 68.16º 1% 0.75% -
HSV(B) 68.16º 0.49% 1% -
XYZ 75.05 91.31 34.79 -
YUV 235.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 238 255 130 0.07 0 0.49 0 68.16 1 0.75
Hex EE FF 82 7 0 31 0 44 64 4B
Octal 356 377 202 7 0 61 0 104 144 113
Binary 11101110 11111111 10000010 111 0 110001 0 1000100 1100100 1001011

Color Harmonies of #EEFF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFF82

Black with #EEFF82

Text Example


Text Example

White with #EEFF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFF82; }

 p { color: rgb(238,255,130); }

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

background-color css

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

 a { background-color: rgb(238,255,130); }

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

border-color css

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

 span { border-color: rgb(238,255,130); }

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