Html Css Color HEX #EFFC94 Tidal

📋 copy color: '#EFFC94'

red 239 ◦ green 252 ◦ blue 148

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

Shades of Tidal #EFFC94

Tints of Tidal #EFFC94

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.44%

 BLUE value IS 148 (58.2% from 255) = 23.16%

R = 37.4%
G = 39.44%
B = 23.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#EFFC94 (or 0xEFFC94) is known color: Tidal. HEX triplet: EF, FC and 94. RGB value is (239,252,148). Sum of RGB (Red+Green+Blue) = 239+252+148=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 148 (58.20% from 255 or 23.16% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFC94 is #10036B. Grayscale: #ECECEC. Windows color (decimal): -1049452 or 9764079. OLE color: 9764079.

HSL color Cylindrical-coordinate representation of color #EFFC94: hue angle of 67.5º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFFC94 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 148 -
CMYK 0.05 0 0.41 0.01
HSL 67.5º 0.95% 0.78% -
HSV(B) 67.5º 0.41% 0.99% -
XYZ 75.75 90.11 41.42 -
YUV 236.26 78.19 129.96 -
System Red Green Blue C M Y K H S L
Decimal 239 252 148 0.05 0 0.41 0.01 67.5 0.95 0.78
Hex EF FC 94 5 0 29 1 44 5F 4E
Octal 357 374 224 5 0 51 1 104 137 116
Binary 11101111 11111100 10010100 101 0 101001 1 1000100 1011111 1001110

Color Harmonies of #EFFC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC94

Black with #EFFC94

Text Example


Text Example

White with #EFFC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC94; }

 p { color: rgb(239,252,148); }

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

background-color css

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

 a { background-color: rgb(239,252,148); }

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

border-color css

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

 span { border-color: rgb(239,252,148); }

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