Html Css Color HEX #EFFE80 Tidal

📋 copy color: '#EFFE80'

red 239 ◦ green 254 ◦ blue 128

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

Shades of Tidal #EFFE80

Tints of Tidal #EFFE80

RGB

 RED value IS 239 (93.75% from 255) = 38.49%

 GREEN value IS 254 (99.61% from 255) = 40.9%

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

R = 38.49%
G = 40.9%
B = 20.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#EFFE80 (or 0xEFFE80) is known color: Tidal. HEX triplet: EF, FE and 80. RGB value is (239,254,128). Sum of RGB (Red+Green+Blue) = 239+254+128=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 128 (50.39% from 255 or 20.61% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFE80 is #10017F. Grayscale: #EBEBEB. Windows color (decimal): -1048960 or 8453871. OLE color: 8453871.

HSL color Cylindrical-coordinate representation of color #EFFE80: hue angle of 67.14º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFFE80 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 128 -
CMYK 0.06 0 0.50 0.00
HSL 67.14º 0.98% 0.75% -
HSV(B) 67.14º 0.5% 1% -
XYZ 74.93 90.79 34 -
YUV 235.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 239 254 128 0.06 0 0.50 0.00 67.14 0.98 0.75
Hex EF FE 80 6 0 32 0 43 62 4B
Octal 357 376 200 6 0 62 0 103 142 113
Binary 11101111 11111110 10000000 110 0 110010 0 1000011 1100010 1001011

Color Harmonies of #EFFE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE80

Black with #EFFE80

Text Example


Text Example

White with #EFFE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE80; }

 p { color: rgb(239,254,128); }

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

background-color css

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

 a { background-color: rgb(239,254,128); }

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

border-color css

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

 span { border-color: rgb(239,254,128); }

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