Html Css Color HEX #EEFA80 Tidal

📋 copy color: '#EEFA80'

red 238 ◦ green 250 ◦ blue 128

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

Shades of Tidal #EEFA80

Tints of Tidal #EEFA80

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.58%

 BLUE value IS 128 (50.39% from 255) = 20.78%

R = 38.64%
G = 40.58%
B = 20.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#EEFA80 (or 0xEEFA80) is known color: Tidal. HEX triplet: EE, FA and 80. RGB value is (238,250,128). Sum of RGB (Red+Green+Blue) = 238+250+128=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA80 is #11057F. Grayscale: #E8E8E8. Windows color (decimal): -1115520 or 8452846. OLE color: 8452846.

HSL color Cylindrical-coordinate representation of color #EEFA80: hue angle of 65.9º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEFA80 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 250 128 -
CMYK 0.05 0 0.49 0.02
HSL 65.9º 0.92% 0.74% -
HSV(B) 65.9º 0.49% 0.98% -
XYZ 73.34 88.11 33.56 -
YUV 232.5 69.02 131.92 -
System Red Green Blue C M Y K H S L
Decimal 238 250 128 0.05 0 0.49 0.02 65.9 0.92 0.74
Hex EE FA 80 5 0 31 2 42 5C 4A
Octal 356 372 200 5 0 61 2 102 134 112
Binary 11101110 11111010 10000000 101 0 110001 10 1000010 1011100 1001010

Color Harmonies of #EEFA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFA80

Black with #EEFA80

Text Example


Text Example

White with #EEFA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFA80; }

 p { color: rgb(238,250,128); }

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

background-color css

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

 a { background-color: rgb(238,250,128); }

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

border-color css

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

 span { border-color: rgb(238,250,128); }

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